pull pytest from testrun for py26
This commit is contained in:
12
tox.ini
12
tox.ini
@@ -1,18 +1,22 @@
|
||||
[tox]
|
||||
envlist=py26,py31,py27,py25,py24
|
||||
indexserver=
|
||||
default = http://pypi.testrun.org
|
||||
testrun = http://pypi.testrun.org
|
||||
pypi = http://pypi.python.org/simple
|
||||
|
||||
[testenv]
|
||||
|
||||
changedir=testing
|
||||
deps=pytest
|
||||
deps=:testrun:pytest
|
||||
commands= py.test --junitxml={envlogdir}/junit-{envname}.xml []
|
||||
|
||||
[testenv:py31]
|
||||
deps=:pypi:pytest # XXX needed because ClueRelease/pip broken
|
||||
[testenv:py32]
|
||||
deps=:pypi:pytest # XXX needed because ClueRelease/pip broken
|
||||
|
||||
[testenv:py26]
|
||||
deps=
|
||||
pytest
|
||||
:testrun:pytest
|
||||
:pypi:pexpect
|
||||
|
||||
[pytest]
|
||||
|
||||
Reference in New Issue
Block a user