We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f736c5 commit 30b7720Copy full SHA for 30b7720
.appveyor.yml
@@ -3,9 +3,9 @@ environment:
3
# Unit and integration tests.
4
- PYTHON: "C:\\Python27-x64"
5
RUN_INTEGRATION_TESTS: "True"
6
- - PYTHON: "C:\\Python36-x64"
+ - PYTHON: "C:\\Python35-x64"
7
8
- - PYTHON: "C:\\Python37-x64"
+ - PYTHON: "C:\\Python36-x64"
9
10
# Unit tests only.
11
# Nothing for the moment
.azure-pipelines/jobs/test-windows.yml
@@ -12,8 +12,8 @@ jobs:
12
Python27-x86:
13
python.version: '2.7'
14
python.architecture: x86
15
- Python35-x64:
16
- python.version: '3.5'
+ Python37-x64:
+ python.version: '3.7'
17
python.architecture: x64
18
maxParallel: 2
19
0 commit comments