summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2021-05-03 00:40:49 +0200
committerMarc Mueller <30130371+cdce8p@users.noreply.github.com>2021-05-03 01:56:28 +0200
commitd13134eba2f6a2f2d9fced5a95bf78fdeaabc9e8 (patch)
tree61b75b9d77b9aea81fd4310fd990f527d59391f3
parentc098297fa5154fd18f81ae97feb06e84b0f6ba15 (diff)
downloadpep8-d13134eba2f6a2f2d9fced5a95bf78fdeaabc9e8.tar.gz
Add additional py environments to tox
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index f4356a5..312c20d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
-envlist = py27, py34, py35, py36, py37, py38, pypy, pypy3, jython
+envlist = py27, py34, py35, py36, py37, py38, py39, py310, pypy, pypy3, jython
skip_missing_interpreters = True
[testenv]