summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorMarius Gedminas <marius@gedmin.as>2016-06-06 10:57:41 +0300
committerMarius Gedminas <marius@gedmin.as>2016-06-06 10:57:41 +0300
commit066dd259af0289efd7551a33ea5cf2d5fb1dc476 (patch)
treef98c235c1f6fcf844e5cd1aed6493425f38dff61 /appveyor.yml
parent7a677d8e92774290c6ce4e92b5ebac8b25209277 (diff)
downloadzope-security-066dd259af0289efd7551a33ea5cf2d5fb1dc476.tar.gz
Appveyor: enable pure-Python buildsfix-win64-maybe
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 b1ad55b..7bcc4c5 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -9,6 +9,8 @@ environment:
- python : 34-x64
- python : 35
- python : 35-x64
+ - { python: 27, PURE_PYTHON: 1 }
+ - { python: 35, PURE_PYTHON: 1 }
install:
- "SET PATH=C:\\Python%PYTHON%;c:\\Python%PYTHON%\\scripts;%PATH%"