Skip to content

Commit

Permalink
Merge #30
Browse files Browse the repository at this point in the history
30: Update azure vms r=aragilar a=aragilar



Co-authored-by: James Tocknell <aragilar@gmail.com>
  • Loading branch information
bors[bot] and aragilar committed Mar 29, 2022
2 parents c0a05e7 + fa7c61d commit 64cad6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Expand Up @@ -26,7 +26,7 @@ variables:
jobs:
- job: 'static_checks'
pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-20.04
variables:
TOXENV: flake8,pylint,docs,check-manifest,checkreadme
steps:
Expand All @@ -41,9 +41,9 @@ jobs:
tox
displayName: tox
- job: 'ubuntu1604'
- job: 'ubuntu'
pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-20.04
strategy:
matrix:
py36:
Expand Down

0 comments on commit 64cad6a

Please sign in to comment.