diff options
| -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" |
