Skip to content

Commit

Permalink
fix tox test for jython
Browse files Browse the repository at this point in the history
  • Loading branch information
mcdonc committed Feb 17, 2011
1 parent 0d06701 commit 4ced434
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ env26/
*.egg
*.egg-info
*.pyc
*$py.class
.coverage
dist/
*~
Expand Down
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 4ced434

Please sign in to comment.