diff options
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,12 +1,11 @@ [tox] envlist=py27,py26,py25,py24,py31,docs indexserver= - dev http://pypi.testrun.org + default http://pypi.testrun.org [testenv] commands=py.test --junitxml={envlogdir}/junit-{envname}.xml [] -deps= - dev pytest +deps=pytest [testenv:docs] basepython=python |