summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2021-05-02 17:22:06 -0700
committerGitHub <noreply@github.com>2021-05-02 17:22:06 -0700
commit0f079a061590217515421fc337df8dbf3563fed5 (patch)
tree98dabf41832f52887e62b12f62d088a35fba0909 /tox.ini
parent3d0ac73d8045b5fa771dbbf594ca0b9a4e581e15 (diff)
parent3527106c822f52b01ce516e6ccf4cb30b69e3a87 (diff)
downloadpep8-0f079a061590217515421fc337df8dbf3563fed5.tar.gz
Merge pull request #990 from cdce8p/whitespace-match-case
Add whitespace checks for ``match`` and ``case``
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 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]