summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini4
1 files changed, 4 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 64ffe7121..2ccf23437 100644
--- a/tox.ini
+++ b/tox.ini
@@ -14,6 +14,10 @@ deps =
repoze.sphinx.autointerface
virtualenv
+[testenv:jython]
+commands =
+ jython setup.py test -q
+
[testenv:cover]
basepython =
python2.6