Move Python 37-x64 to Azure

This commit is contained in:
Xavier Fernandez 2019-07-26 13:28:33 +02:00
parent 1f736c5e77
commit 30b7720f4b
2 changed files with 4 additions and 4 deletions

View File

@ -3,9 +3,9 @@ environment:
# Unit and integration tests.
- PYTHON: "C:\\Python27-x64"
RUN_INTEGRATION_TESTS: "True"
- PYTHON: "C:\\Python36-x64"
- PYTHON: "C:\\Python35-x64"
RUN_INTEGRATION_TESTS: "True"
- PYTHON: "C:\\Python37-x64"
- PYTHON: "C:\\Python36-x64"
RUN_INTEGRATION_TESTS: "True"
# Unit tests only.
# Nothing for the moment

View File

@ -12,8 +12,8 @@ jobs:
Python27-x86:
python.version: '2.7'
python.architecture: x86
Python35-x64:
python.version: '3.5'
Python37-x64:
python.version: '3.7'
python.architecture: x64
maxParallel: 2