Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Apr 5, 2020
2 parents decb014 + 7a0d596 commit c31bd7c
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ trigger:
- '*'

pool:
vmimage: 'Ubuntu-18.04'
vmImage: $(pool_vm_image)

variables:
- group: Azure secrets
Expand All @@ -23,10 +23,19 @@ stages:
- job: 'Test'
strategy:
matrix:
Python36:
Bionic Python 3.6:
python.version: '3.6'
Python38:
pool_vm_image: Ubuntu-18.04
Bionic Python 3.8:
python.version: '3.8'
pool_vm_image: Ubuntu-18.04
Windows:
python.version: '3.8'
pool_vm_image: vs2017-win2016
MacOS:
python.version: '3.8'
pool_vm_image: macos-10.15

maxParallel: 4

steps:
Expand Down

0 comments on commit c31bd7c

Please sign in to comment.