summaryrefslogtreecommitdiff
path: root/.azure-pipelines
diff options
context:
space:
mode:
Diffstat (limited to '.azure-pipelines')
-rw-r--r--.azure-pipelines/jobs/test-windows.yml18
1 files changed, 9 insertions, 9 deletions
diff --git a/.azure-pipelines/jobs/test-windows.yml b/.azure-pipelines/jobs/test-windows.yml
index 2d1166f4e..08131b683 100644
--- a/.azure-pipelines/jobs/test-windows.yml
+++ b/.azure-pipelines/jobs/test-windows.yml
@@ -15,15 +15,6 @@ jobs:
"2.7":
python.version: '2.7'
python.architecture: x64
- "3.5":
- python.version: '3.5'
- python.architecture: x64
- "3.6":
- python.version: '3.6'
- python.architecture: x64
- "3.7":
- python.version: '3.7'
- python.architecture: x64
"3.8":
python.version: '3.8'
python.architecture: x64
@@ -44,6 +35,15 @@ jobs:
vmImage: ${{ parameters.vmImage }}
strategy:
matrix:
+ "3.5":
+ python.version: '3.5'
+ python.architecture: x64
+ "3.6":
+ python.version: '3.6'
+ python.architecture: x64
+ "3.7":
+ python.version: '3.7'
+ python.architecture: x64
# This is for Windows, so test x86 builds
"3.5-x86":
python.version: '3.5'