Add configuration for Windows Python 3.7

Also update 3.6 version
This commit is contained in:
borismo
2018-10-27 14:55:05 +02:00
parent 1cd7eda648
commit ea707c9e84

View File

@ -17,11 +17,19 @@ environment:
PYTHON_ARCH: "64"
- PYTHON: "C:\\Python36"
PYTHON_VERSION: "3.6.1"
PYTHON_VERSION: "3.6.7"
PYTHON_ARCH: "32"
- PYTHON: "C:\\Python36-x64"
PYTHON_VERSION: "3.6.1"
PYTHON_VERSION: "3.6.7"
PYTHON_ARCH: "64"
- PYTHON: "C:\\Python37"
PYTHON_VERSION: "3.7.1"
PYTHON_ARCH: "32"
- PYTHON: "C:\\Python37-x64"
PYTHON_VERSION: "3.7.1"
PYTHON_ARCH: "64"
build: false