summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorFichteFoll <fichtefoll2@googlemail.com>2019-07-31 15:55:42 +0200
committerFichteFoll <fichtefoll2@googlemail.com>2019-07-31 15:55:42 +0200
commitdedd237499bc90ab61e9df52ca907e3ce4547e4b (patch)
tree7887550d2d3e1b7037a90a56a538eeb9993b75d1 /tox.ini
parent9726e10004e5615c432f126530ee0540b9903f6e (diff)
downloadpep8-dedd237499bc90ab61e9df52ca907e3ce4547e4b.tar.gz
Add support for assignment expressions
Introduced in Python 3.8 with PEP-572. Refer to https://www.python.org/dev/peps/pep-0572.
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 742888c..fc42fc1 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, pypy, pypy3, jython
+envlist = py27, py34, py35, py36, py37, py38, pypy, pypy3, jython
skipsdist = True
skip_missing_interpreters = True