fix tox.ini config to pull package deps from testrun.org
This commit is contained in:
9
tox.ini
9
tox.ini
@@ -1,14 +1,17 @@
|
|||||||
[tox]
|
[tox]
|
||||||
envlist=py26,py31,py27,py25,py24
|
envlist=py26,py31,py27,py25,py24
|
||||||
|
indexserver=
|
||||||
|
default http://pypi.testrun.org
|
||||||
|
pypi http://pypi.python.org/simple
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
indexserver=http://pypi.testrun.org
|
|
||||||
changedir=testing
|
changedir=testing
|
||||||
deps=pytest
|
deps=pytest
|
||||||
commands= py.test -rsfxX \
|
commands= py.test -rsfxX \
|
||||||
--junitxml={envlogdir}/junit-{envname}.xml []
|
--junitxml={envlogdir}/junit-{envname}.xml []
|
||||||
|
|
||||||
[testenv:py26]
|
[testenv:py26]
|
||||||
basepython=python2.6
|
|
||||||
deps=
|
deps=
|
||||||
pytest
|
pytest
|
||||||
#pexpect
|
pypi pexpect
|
||||||
|
|||||||
Reference in New Issue
Block a user