summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2021-11-08 18:20:25 -0500
committerAnthony Sottile <asottile@umich.edu>2021-11-08 18:33:44 -0500
commit57802ace9f0a22fb303a2f5ba5f98b31cb8aadf8 (patch)
treec41d0a495027f1a62558e2cad44e04605c2cacee /tox.ini
parentabc475ca09949aea9a802598c984bf822eea252f (diff)
downloadpep8-57802ace9f0a22fb303a2f5ba5f98b31cb8aadf8.tar.gz
manual: drop python 2
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 312c20d..18f1a4f 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, py39, py310, pypy, pypy3, jython
+envlist = py36, py37, py38, py39, py310, pypy3
skip_missing_interpreters = True
[testenv]