summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2022-07-17 07:45:31 -0700
committerDavid Lord <davidism@gmail.com>2022-07-17 09:16:47 -0700
commit212cc5508551ccfe27c1786ac1dadc45ddfef08f (patch)
treeeed3251c11931e83bf6c9d750c22880abbb46bda /tox.ini
parent26b885a5bcdec8d7b539d3be3062e2f30bce3b61 (diff)
downloadblinker-212cc5508551ccfe27c1786ac1dadc45ddfef08f.tar.gz
remove tests for Python < 3.7 and jython
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