summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2022-12-13 01:06:43 -0500
committerAnthony Sottile <asottile@umich.edu>2022-12-13 01:21:17 -0500
commite20394e5cbd8d440c9c1868ddc25d036afcbfe45 (patch)
tree0d84d5422bd5747d9f5397a7988cea24a036a058 /tox.ini
parent0fd8b014cecae05ef4491254fa76fc765ec052c4 (diff)
downloadpep8-e20394e5cbd8d440c9c1868ddc25d036afcbfe45.tar.gz
drop python3.6
github actions no longer supports it
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]