diff --git a/tox.ini b/tox.ini index 41b7865..d64897c 100644 --- a/tox.ini +++ b/tox.ini @@ -1,20 +1,19 @@ [tox] envlist=py26,py31,py27,py25,py24 indexserver= - default http://pypi.testrun.org - pypi http://pypi.python.org/simple + default = http://pypi.testrun.org + pypi = http://pypi.python.org/simple [testenv] changedir=testing deps=pytest -commands= py.test -rsfxX \ - --junitxml={envlogdir}/junit-{envname}.xml [] +commands= py.test --junitxml={envlogdir}/junit-{envname}.xml [] [testenv:py26] deps= pytest pypi pexpect -#[pytest] -#addopts = -rf +[pytest] +addopts = -rsfxX