summaryrefslogtreecommitdiff
path: root/tox.ini
blob: eb62b24af36e20f27a04a34d46463af5a5ad5c60 (plain)
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