fox tox.ini file

This commit is contained in:
holger krekel
2010-11-13 22:20:05 +01:00
parent 47d3e99083
commit d1f799064b

11
tox.ini
View File

@@ -1,20 +1,19 @@
[tox]
envlist=py26,py31,py27,py25,py24
indexserver=
default http://pypi.testrun.org
pypi http://pypi.python.org/simple
default = http://pypi.testrun.org
pypi = http://pypi.python.org/simple
[testenv]
changedir=testing
deps=pytest
commands= py.test -rsfxX \
--junitxml={envlogdir}/junit-{envname}.xml []
commands= py.test --junitxml={envlogdir}/junit-{envname}.xml []
[testenv:py26]
deps=
pytest
pypi pexpect
#[pytest]
#addopts = -rf
[pytest]
addopts = -rsfxX