summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2022-12-13 01:22:48 -0500
committerGitHub <noreply@github.com>2022-12-13 01:22:48 -0500
commit7023956c8975d34317aa146b8e3d73ebd43d204c (patch)
tree0d84d5422bd5747d9f5397a7988cea24a036a058 /tox.ini
parent0fd8b014cecae05ef4491254fa76fc765ec052c4 (diff)
parente20394e5cbd8d440c9c1868ddc25d036afcbfe45 (diff)
downloadpep8-7023956c8975d34317aa146b8e3d73ebd43d204c.tar.gz
Merge pull request #1129 from PyCQA/drop-py36
drop python3.6
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 18f1a4f..f4a32d7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
-envlist = py36, py37, py38, py39, py310, pypy3
+envlist = py, pypy3
skip_missing_interpreters = True
[testenv]