1 2 3 4 5 6 7 8 9 10 11
[tox] envlist = py24,py25,py26,py27,py32,jython,pypy [testenv] commands = python setup.py test -q [testenv:jython] commands = jython setup.py test -q