diff options
author | Marius Gedminas <marius@gedmin.as> | 2016-04-15 09:44:34 +0300 |
---|---|---|
committer | Marius Gedminas <marius@gedmin.as> | 2016-04-15 09:44:34 +0300 |
commit | e2186ca5a70742c74e7f496d06545af77b90902e (patch) | |
tree | 674b7d7ed96fe8ee9efc41127653919275837dd6 | |
parent | c53a2c741567427b533f2b62f8fe974d998537e2 (diff) | |
download | zope-interface-pure-ci.tar.gz |
Test pure builds on AppVeyorpure-ci
-rw-r--r-- | appveyor.yml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index 434ff26..6d54a9e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,13 +6,22 @@ environment: # versions. See http://python-packaging-user-guide.readthedocs.org/en/latest/appveyor/ # for an explanation of the DISTUTILS_USE_SDK environment variable for Python 3.3 and 3.4. - PYTHON: "C:\\Python27" + - PYTHON: "C:\\Python27" + PURE_PYTHON: "1" + - PYTHON: "C:\\Python27-x64" - PYTHON: "C:\\Python27-x64" + PURE_PYTHON: "1" - PYTHON: "C:\\Python33" - PYTHON: "C:\\Python33-x64" DISTUTILS_USE_SDK: "1" - PYTHON: "C:\\Python34" + - PYTHON: "C:\\Python34" + PURE_PYTHON: "1" + - PYTHON: "C:\\Python34-x64" + DISTUTILS_USE_SDK: "1" - PYTHON: "C:\\Python34-x64" DISTUTILS_USE_SDK: "1" + PURE_PYTHON: "1" - PYTHON: "C:\\Python35" - PYTHON: "C:\\Python35-x64" |