Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Nov 21, 2018
1 parent 9b3198b commit f0b494c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
@@ -1,5 +1,5 @@
jobs: jobs:
- job: 'Test Linux' - job: 'TestLinux'
pool: pool:
vmImage: 'ubuntu-16.04' # other options: 'macOS-10.13', 'vs2017-win2016' vmImage: 'ubuntu-16.04' # other options: 'macOS-10.13', 'vs2017-win2016'
strategy: strategy:
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
artifactName: 'wheel-$(AGENT_OS)-$(python.version)' artifactName: 'wheel-$(AGENT_OS)-$(python.version)'
targetPath: 'dist' targetPath: 'dist'


- job: 'Test Mac' - job: 'TestMac'
pool: pool:
vmImage: 'macOS-10.13' # other options: 'ubuntu-16.04', 'vs2017-win2016' vmImage: 'macOS-10.13' # other options: 'ubuntu-16.04', 'vs2017-win2016'
strategy: strategy:
Expand Down

0 comments on commit f0b494c

Please sign in to comment.