Skip to content

Commit 30b7720

Browse files
committed
Move Python 37-x64 to Azure
1 parent 1f736c5 commit 30b7720

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ environment:
33
# Unit and integration tests.
44
- PYTHON: "C:\\Python27-x64"
55
RUN_INTEGRATION_TESTS: "True"
6-
- PYTHON: "C:\\Python36-x64"
6+
- PYTHON: "C:\\Python35-x64"
77
RUN_INTEGRATION_TESTS: "True"
8-
- PYTHON: "C:\\Python37-x64"
8+
- PYTHON: "C:\\Python36-x64"
99
RUN_INTEGRATION_TESTS: "True"
1010
# Unit tests only.
1111
# Nothing for the moment

.azure-pipelines/jobs/test-windows.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
Python27-x86:
1313
python.version: '2.7'
1414
python.architecture: x86
15-
Python35-x64:
16-
python.version: '3.5'
15+
Python37-x64:
16+
python.version: '3.7'
1717
python.architecture: x64
1818
maxParallel: 2
1919

0 commit comments

Comments
 (0)