Skip integration tests for Py3.{5,6,7} on Windows CI

This commit is contained in:
Pradyun Gedam 2020-05-23 05:53:11 +05:30
parent cbdf5b1b60
commit d1c68bae7c
No known key found for this signature in database
GPG Key ID: DA17C4B29CB32E4B
2 changed files with 12 additions and 12 deletions

View File

@ -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'

View File

@ -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 |
| | +-------+---------------+-----------------+