summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-06-28 06:36:30 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2018-08-08 21:35:43 -0700
commit482d3b4cea5770413988925035b91d94aae5a743 (patch)
treee5a74f64d11a8dcb6e72476ec8fdc32a58d0907e /tox.ini
parentfcd80d46e66179f9464c2df745ffed07622d9ee3 (diff)
downloadisort-482d3b4cea5770413988925035b91d94aae5a743.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.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index f9a3226c..dbc0ea86 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,8 +1,8 @@
[tox]
envlist =
isort-check,
- py27, py34, py35, py36, pypy,
- lint
+ lint,
+ py{27,34,35,36,37,py}
[testenv]
deps = pytest