Merge pull request #1296 from pypa/example-configs
CI updates, fix up example configs
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
jobs:
|
||||
- job: linux
|
||||
pool: {vmImage: 'Ubuntu-16.04'}
|
||||
pool: {vmImage: 'Ubuntu-20.04'}
|
||||
steps:
|
||||
- task: UsePythonVersion@0
|
||||
- bash: |
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
os: linux
|
||||
dist: focal
|
||||
language: python
|
||||
python: "3.9"
|
||||
|
||||
jobs:
|
||||
include:
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
os: linux
|
||||
dist: focal
|
||||
language: python
|
||||
python: "3.9"
|
||||
|
||||
jobs:
|
||||
include:
|
||||
|
||||
Reference in New Issue
Block a user