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]
|
||||
envlist=py26,py31,py27,py25,py24
|
||||
indexserver=
|
||||
default http://pypi.testrun.org
|
||||
pypi http://pypi.python.org/simple
|
||||
|
||||
[testenv]
|
||||
indexserver=http://pypi.testrun.org
|
||||
|
||||
changedir=testing
|
||||
deps=pytest
|
||||
commands= py.test -rsfxX \
|
||||
--junitxml={envlogdir}/junit-{envname}.xml []
|
||||
|
||||
[testenv:py26]
|
||||
basepython=python2.6
|
||||
deps=
|
||||
pytest
|
||||
#pexpect
|
||||
pypi pexpect
|
||||
|
||||
Reference in New Issue
Block a user