summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorkumar <kumar.mcmillan@gmail.com>2010-10-19 12:22:37 -0500
committerkumar <kumar.mcmillan@gmail.com>2010-10-19 12:22:37 -0500
commit157f0cc04bb2310fa17de1cc6c728f6c7d9db97a (patch)
treed385871aed08304d191d0a0c8cc8a9922ec369d2 /tox.ini
parentb9f25a96dfbac5c292446f7a92c4cb7565eb01ab (diff)
downloadnose-157f0cc04bb2310fa17de1cc6c728f6c7d9db97a.tar.gz
Renamed jython_nodeps simply to jython for simplicity. Also using jython directly now in tox.ini to address mac os x issues
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