Merge pull request #294 from borismo/feature/WinPy37

Add configuration for Windows Python 3.7
This commit is contained in:
Romain Dorgueil
2018-10-27 15:38:07 +02:00
committed by GitHub

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