summaryrefslogtreecommitdiff
path: root/.azure-pipelines
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@gmail.com>2020-05-23 05:53:11 +0530
committerPradyun Gedam <pradyunsg@gmail.com>2020-05-23 05:53:11 +0530
commitd1c68bae7cf2c9be0efeb6a58e3c1e0a72c5d50e (patch)
treee678140b757d9c423fa179f9566949486fb457bb /.azure-pipelines
parentcbdf5b1b6026a871d4b1afa564fbb15375785fb9 (diff)
downloadpip-d1c68bae7cf2c9be0efeb6a58e3c1e0a72c5d50e.tar.gz
Skip integration tests for Py3.{5,6,7} on Windows CI
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'