we cant support jython

This commit is contained in:
Chris McDonough
2012-02-04 09:31:49 -05:00
parent 686eb9cfe8
commit 8f06c0a7ed

View File

@@ -1,15 +1,11 @@
[tox]
envlist =
py26,py27,py32,jython,pypy,cover
py26,py27,py32,pypy,cover
[testenv]
commands =
python setup.py test -q
[testenv:jython]
commands =
jython setup.py test -q
[testenv:cover]
basepython =
python2.6