fix tox.ini config to pull package deps from testrun.org

This commit is contained in:
holger krekel
2010-10-23 17:24:00 +02:00
parent 516b5cfe6a
commit e4bd57b670

View File

@@ -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