Commit a222005c by Victor M. Alvarez

Add Python 3.6 and 3.7 to build matrix.

parent fe98ae7d
...@@ -60,6 +60,30 @@ environment: ...@@ -60,6 +60,30 @@ environment:
OPENSSL_LIB: "openssl-1.1.0e-vs2015" OPENSSL_LIB: "openssl-1.1.0e-vs2015"
VS: "Visual Studio 14 2015 Win64" VS: "Visual Studio 14 2015 Win64"
- PYTHON: "C:\\Python36"
PYTHON_VERSION: "3.6.x" # currently 3.6.6
PYTHON_ARCH: "32"
OPENSSL_LIB: "openssl-1.1.0e-vs2015"
VS: "Visual Studio 14 2015"
- PYTHON: "C:\\Python36-x64"
PYTHON_VERSION: "3.6.x" # currently 3.6.6
PYTHON_ARCH: "64"
OPENSSL_LIB: "openssl-1.1.0e-vs2015"
VS: "Visual Studio 14 2015 Win64"
- PYTHON: "C:\\Python37"
PYTHON_VERSION: "3.7.x" # currently 3.7.0
PYTHON_ARCH: "32"
OPENSSL_LIB: "openssl-1.1.0e-vs2015"
VS: "Visual Studio 14 2015"
- PYTHON: "C:\\Python37-x64"
PYTHON_VERSION: "3.7.x" # currently 3.7.0
PYTHON_ARCH: "64"
OPENSSL_LIB: "openssl-1.1.0e-vs2015"
VS: "Visual Studio 14 2015 Win64"
install: install:
# If there is a newer build queued for the same PR, cancel this one. # If there is a newer build queued for the same PR, cancel this one.
# The AppVeyor 'rollout builds' option is supposed to serve the same # The AppVeyor 'rollout builds' option is supposed to serve the same
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment