streamline tox.ini

This commit is contained in:
holger krekel
2013-09-05 14:21:28 +02:00
parent df66687eae
commit 013b2fc6bb

18
tox.ini
View File

@@ -1,23 +1,15 @@
[tox] [tox]
envlist=py26,py31,py27,py25,py24 envlist=py26,py32,py33,py27,py25
indexserver=
testrun = http://pypi.testrun.org
pypi = http://pypi.python.org/simple
[testenv] [testenv]
changedir=testing changedir=testing
deps=:testrun:pytest>=2.2.0.dev2 deps=pytest>=2.3.5
commands= py.test --junitxml={envlogdir}/junit-{envname}.xml [] commands= py.test --junitxml={envlogdir}/junit-{envname}.xml []
#[testenv:py31] [testenv:py27]
#deps=:pypi:pytest # XXX needed because ClueRelease/pip broken
#[testenv:py32]
#deps=:pypi:pytest # XXX needed because ClueRelease/pip broken
[testenv:py26]
deps= deps=
:testrun:pytest pytest
:pypi:pexpect pexpect
[pytest] [pytest]
addopts = -rsfxX addopts = -rsfxX