forked from josch/img2pdf
tox.ini: remove jython and pypy
This commit is contained in:
parent
7a72c38c3d
commit
a39beb5c5e
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -4,7 +4,7 @@
|
||||||
# and then run "tox" from this directory.
|
# and then run "tox" from this directory.
|
||||||
|
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py34, py35, py36, py37, py38, pypy, jython
|
envlist = py34, py35, py36, py37, py38
|
||||||
skip_missing_interpreters = true
|
skip_missing_interpreters = true
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
|
|
Loading…
Reference in a new issue