Skip to content

Commit

Permalink
fix jython testenv
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Feb 17, 2011
1 parent 0aac1c9 commit 00f177d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ envlist =
commands =
python setup.py test -q

[testenv:jython]
commands =
jython setup.py test -q

[testenv:cover]
basepython =
python2.6
Expand Down

0 comments on commit 00f177d

Please sign in to comment.