streamline tox.ini
This commit is contained in:
18
tox.ini
18
tox.ini
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user