summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2017-04-17 07:02:07 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2017-04-17 07:05:58 -0700
commitf94b963062d250c076364757b24679a635f05c82 (patch)
tree521c68b727d0cd46ff8912398355e0de4925f3da /appveyor.yml
parentd060e7a5441484e182c106bcd83e74c411bd6020 (diff)
downloadisort-f94b963062d250c076364757b24679a635f05c82.tar.gz
Add testings and documentation for support for Python 3.6
Fixes #502
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 65e0d282..003d2e58 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -9,4 +9,4 @@ install:
- pip install tox
test_script:
- - tox -e isort-check,py26,py27,py33,py34,py35
+ - tox -e isort-check,py26,py27,py33,py34,py35,py36