From a39beb5c5e8dac64e8599f15b1b00304e494cedd Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Mon, 3 Aug 2020 23:27:04 +0200 Subject: [PATCH] tox.ini: remove jython and pypy --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 8d691f9..37838c9 100644 --- a/tox.ini +++ b/tox.ini @@ -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]