fix jython testenv

This commit is contained in:
Chris McDonough
2011-02-17 02:30:10 -05:00
parent 0aac1c9a63
commit 00f177d673

View File

@@ -6,6 +6,10 @@ envlist =
commands =
python setup.py test -q
[testenv:jython]
commands =
jython setup.py test -q
[testenv:cover]
basepython =
python2.6