summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2018-06-02 00:17:38 -0400
committerOleg Pudeyev <oleg@bsdpower.com>2018-06-02 00:17:38 -0400
commit303b89cf3b3ae29fbc7fee77d798ed427074a219 (patch)
treed21e88819d0dc72c2c537860e314ea5d12f53a4b /appveyor.yml
parent42ab5fc335dc7d07ab93ddba6c3502f2fc4b522b (diff)
downloadpycurl-303b89cf3b3ae29fbc7fee77d798ed427074a219.tar.gz
Test on python 3.5
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/appveyor.yml b/appveyor.yml
index f55921a..2bf8570 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -15,13 +15,13 @@ environment:
PYTHON_VERSION: "2.7.x" # currently 2.7.15
PYTHON_ARCH: "64"
-# - PYTHON: "C:\\Python35"
-# PYTHON_VERSION: "3.5.x" # currently 3.5.3
-# PYTHON_ARCH: "32"
+ - PYTHON: "C:\\Python35"
+ PYTHON_VERSION: "3.5.x" # currently 3.5.3
+ PYTHON_ARCH: "32"
-# - PYTHON: "C:\\Python35-x64"
-# PYTHON_VERSION: "3.5.x" # currently 3.5.3
-# PYTHON_ARCH: "64"
+ - PYTHON: "C:\\Python35-x64"
+ PYTHON_VERSION: "3.5.x" # currently 3.5.3
+ PYTHON_ARCH: "64"
- PYTHON: "C:\\Python36"
PYTHON_VERSION: "3.6.x" # currently 3.6.5