tox.ini: remove jython and pypy

pull/110/head
parent 7a72c38c3d
commit a39beb5c5e
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
envlist = py34, py35, py36, py37, py38, pypy, jython
envlist = py34, py35, py36, py37, py38
skip_missing_interpreters = true
[testenv]

Loading…
Cancel
Save