diff --git a/tox.ini b/tox.ini index 2d7ada0..3a8f6b8 100644 --- a/tox.ini +++ b/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