Add comment on CI strategy [ci skip]

This commit is contained in:
Ines Montani 2020-12-17 22:13:05 +11:00
parent e9b0963827
commit fd640afcd8
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ jobs:
dependsOn: "Validate" dependsOn: "Validate"
strategy: strategy:
matrix: matrix:
# We're only running one platform per Python version to speed up builds
Python36Linux: Python36Linux:
imageName: "ubuntu-16.04" imageName: "ubuntu-16.04"
python.version: "3.6" python.version: "3.6"