summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 2 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index 8b36526..cbbd0ad 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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