Revert "tox: add jython to env list"

This reverts commit 8b49162f0be3acf088c3e01d9db642d39a75572d.
This commit is contained in:
Cosimo Lupo 2016-04-15 08:10:27 +01:00
parent 446f7f88b1
commit d487c9be8c

View File

@ -1,10 +1,9 @@
[tox]
envlist = py27, jython, pypy, py33, py34, py35
envlist = py27, pypy, py33, py34, py35
[testenv]
basepython =
py27: {env:TOXPYTHON:python2.7}
jython: {env:TOXPYTHON:jython}
pypy: {env:TOXPYTHON:pypy}
py33: {env:TOXPYTHON:python3.3}
py34: {env:TOXPYTHON:python3.4}