summaryrefslogtreecommitdiff
path: root/appveyor.yml
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 /appveyor.yml
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 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 48207e2d..11c69a45 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -9,4 +9,4 @@ install:
- pip install tox
test_script:
- - tox -e isort-check,py27,py34,py35,py36
+ - tox -e isort-check,py27,py34,py35,py36,py37