summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-09-09 19:08:58 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2018-09-09 19:08:58 -0700
commit44541ef69160ada319a2ded7772dd7047c71ca64 (patch)
tree09562123d38c4ad4bfc6b68500ebf6f3dceb5575 /tox.ini
parent566cdc0cb22e5530902e456d0b315403ebab980c (diff)
downloadpep8-44541ef69160ada319a2ded7772dd7047c71ca64.tar.gz
Add testing and document support for Python 3.7
Python 3.7 was released on June 27, 2018. https://docs.python.org/3/whatsnew/3.7.html
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 29a9e14..c263284 100644
--- a/tox.ini
+++ b/tox.ini
@@ -4,7 +4,7 @@
# and then run "tox" from this directory.
[tox]
-envlist = py27, py34, py35, py36, pypy, pypy3, jython
+envlist = py27, py34, py35, py36, py37, pypy, pypy3, jython
skipsdist = True
skip_missing_interpreters = True