Chris McDonough
2011-09-29 bd6a5e9444c00d1bfb92f119f679505687161e93
add jython
1 files modified
6 ■■■■ changed files
tox.ini 6 ●●●● patch | view | raw | blame | history
tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist = 
    py24,py25,py26,py27,cover
    py24,py25,py26,py27,pypy,jython,cover
[testenv]
commands = 
@@ -15,6 +15,10 @@
    WebOb<=1.0.99
    WebTest<=1.2.99
[testenv:jython]
commands =
   jython setup.py test -q
[testenv:cover]
basepython =
    python2.6