Skip to content

Commit

Permalink
Merge pull request #364 from GavinHuttley/master
Browse files Browse the repository at this point in the history
DEV: updated azure pipelines to using latest supported version of eac…
  • Loading branch information
GavinHuttley committed Nov 8, 2019
2 parents 1f04426 + 79645c6 commit 8dbe5bc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ variables:

jobs:
- job: Linux_Test
pool: {vmImage: 'Ubuntu-16.04'}
pool: {vmImage: 'ubuntu-latest'}
steps:
- task: UsePythonVersion@0
- bash: |
Expand All @@ -27,7 +27,7 @@ jobs:
tox -e py36
codecov
- job: MacOS_Test
pool: {vmImage: 'macOS-10.13'}
pool: {vmImage: 'macos-latest'}
steps:
- task: UsePythonVersion@0
- bash: |
Expand All @@ -46,7 +46,7 @@ jobs:
tox -e py36
codecov
- job: Windows_Test
pool: {vmImage: 'vs2017-win2016'}
pool: {vmImage: 'windows-latest'}
steps:
- {task: UsePythonVersion@0, inputs: {versionSpec: '3.7', architecture: x86}}
- {task: UsePythonVersion@0, inputs: {versionSpec: '3.7', architecture: x64}}
Expand All @@ -57,7 +57,7 @@ jobs:
codecov
- job: Linux_Build
pool: {vmImage: 'Ubuntu-16.04'}
pool: {vmImage: 'ubuntu-latest'}
steps:
- task: UsePythonVersion@0
- bash: |
Expand All @@ -70,7 +70,7 @@ jobs:
inputs: {pathtoPublish: 'wheelhouse'}

- job: MacOS_Build
pool: {vmImage: 'macOS-10.13'}
pool: {vmImage: 'macos-latest'}
steps:
- task: UsePythonVersion@0
- bash: |
Expand All @@ -81,7 +81,7 @@ jobs:
inputs: {pathtoPublish: 'wheelhouse'}

- job: Windows_Build
pool: {vmImage: 'vs2017-win2016'}
pool: {vmImage: 'windows-latest'}
steps:
- {task: UsePythonVersion@0, inputs: {versionSpec: '3.6', architecture: x86}}
- {task: UsePythonVersion@0, inputs: {versionSpec: '3.6', architecture: x64}}
Expand Down

0 comments on commit 8dbe5bc

Please sign in to comment.