aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorAlex Willmer <alex@moreati.org.uk>2015-09-02 09:36:30 +0100
committerAlex Willmer <alex@moreati.org.uk>2015-09-25 12:44:40 +0100
commitb4dc320c7cfb63c12bb9c25f7be54068baf56ad3 (patch)
tree226c5a39cad5fc0bef4d645e5db6f94b01493521 /appveyor.yml
parentc30a6facee79f5212feebab7078a76eb182b1ff7 (diff)
downloaddateutil-b4dc320c7cfb63c12bb9c25f7be54068baf56ad3.tar.gz
Appveyor: Test on Python 3.5
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 4d1d974..8458d25 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -7,6 +7,8 @@ environment:
- PYTHON: "C:/Python33-x64"
- PYTHON: "C:/Python34"
- PYTHON: "C:/Python34-x64"
+ - PYTHON: "C:/Python35"
+ - PYTHON: "C:/Python35-x64"
install:
- ps: Start-FileDownload 'https://raw.github.com/pypa/pip/master/contrib/get-pip.py'
- "%PYTHON%/python.exe get-pip.py"