summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 4 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 48666ae..7a86a9a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,8 @@
[tox]
-envlist = py27,py35,py36,py37,py38,jython
+envlist =
+ py3{11,10,9,8,7}
+ pypy3{9,8,7}
+skip_missing_interpreters = true
[testenv]
deps = pytest