summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index a684383..84af113 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist=py31,py27,py26,py25,py24,jython_nodeps,docs
+envlist=py31,py27,py26,py25,py24,jython,docs
[testenv]
deps= coverage >=3.3
@@ -16,13 +16,13 @@ commands=
make html
##make linkcheck
-[testenv:jython_nodeps]
+[testenv:jython]
basepython=jython
# cannot add coverage as a dep because
# it compiles C extensions
deps=
commands=
- python selftest.py []
+ jython selftest.py []
[testenv:py31]
basepython=python3.1