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] [tox]
envlist=py26,py31,py27,py25,py24 envlist=py26,py31,py27,py25,py24
indexserver= indexserver=
default http://pypi.testrun.org default = http://pypi.testrun.org
pypi http://pypi.python.org/simple pypi = http://pypi.python.org/simple
[testenv] [testenv]
changedir=testing changedir=testing
deps=pytest deps=pytest
commands= py.test -rsfxX \ commands= py.test --junitxml={envlogdir}/junit-{envname}.xml []
--junitxml={envlogdir}/junit-{envname}.xml []
[testenv:py26] [testenv:py26]
deps= deps=
pytest pytest
pypi pexpect pypi pexpect
#[pytest] [pytest]
#addopts = -rf addopts = -rsfxX