Revert "tox: add jython to env list"
This reverts commit 8b49162f0be3acf088c3e01d9db642d39a75572d.
This commit is contained in:
parent
446f7f88b1
commit
d487c9be8c
3
tox.ini
3
tox.ini
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user