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