diff --git a/tox.ini b/tox.ini index f3a931d..2e4a4d9 100644 --- a/tox.ini +++ b/tox.ini @@ -6,6 +6,10 @@ envlist = commands = python setup.py test -q +[testenv:jython] +commands = + jython setup.py test -q + [testenv:cover] basepython = python2.6