From d1c68bae7cf2c9be0efeb6a58e3c1e0a72c5d50e Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Sat, 23 May 2020 05:53:11 +0530 Subject: [PATCH] Skip integration tests for Py3.{5,6,7} on Windows CI --- .azure-pipelines/jobs/test-windows.yml | 18 +++++++++--------- docs/html/development/ci.rst | 6 +++--- 2 files changed, 12 insertions(+), 12 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' diff --git a/docs/html/development/ci.rst b/docs/html/development/ci.rst index 8b6412307..d2654f1f6 100644 --- a/docs/html/development/ci.rst +++ b/docs/html/development/ci.rst @@ -111,11 +111,11 @@ Actual testing | Windows +----------+-------+---------------+-----------------+ | | | CP2.7 | Azure | Azure | | | +-------+---------------+-----------------+ -| | | CP3.5 | Azure | Azure | +| | | CP3.5 | Azure | | | | +-------+---------------+-----------------+ -| | | CP3.6 | Azure | Azure | +| | | CP3.6 | Azure | | | | +-------+---------------+-----------------+ -| | x64 | CP3.7 | Azure | Azure | +| | x64 | CP3.7 | Azure | | | | +-------+---------------+-----------------+ | | | CP3.8 | Azure | Azure | | | +-------+---------------+-----------------+