summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorDaniel Wozniak <dan@woz.io>2018-10-03 22:59:38 -0700
committerDaniel Wozniak <dan@woz.io>2018-10-03 23:11:25 -0700
commit80326b5f4e85b2b0f391fb82a18c672015e8f82d (patch)
treed557ecb62c3bf8b291747663a3fc730ba668a167 /appveyor.yml
parent09f8808698a4f1e8e913d494fd5a0af524b6f2de (diff)
downloadm2crypto-80326b5f4e85b2b0f391fb82a18c672015e8f82d.tar.gz
Add more 3.5 to appveyor builds
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index b2c6df7..cc4ec54 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -27,6 +27,21 @@ environment:
PYWIN32_RELEASE: b222
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
+ - PYTHON: "C:\\Python35"
+ PYTHON_VERSION: "3.5.x" # currently 3.6.4
+ PYTHON_ARCH: "32"
+ OPENSSL_PATH: "C:\\OpenSSL-1-1-Win32"
+ PYWIN32: "pywin32-222.win32-py3.5.exe"
+ PYWIN32_RELEASE: b222
+
+ - PYTHON: "C:\\Python35-x64"
+ PYTHON_VERSION: "3.5.x" # currently 3.6.4
+ PYTHON_ARCH: "64"
+ OPENSSL_PATH: "C:\\OpenSSL-1-1-Win64"
+ PYWIN32: "pywin32-222.win-amd64-py3.5.exe"
+ PYWIN32_RELEASE: b222
+ APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
+
- PYTHON: "C:\\Python27"
PYTHON_VERSION: "2.7.x" # currently 2.7.9
PYTHON_ARCH: "32"