Merge pull request #19 from asottile/bionic
Use bionic azure pipelines image
This commit is contained in:
@@ -10,19 +10,11 @@ resources:
|
||||
type: github
|
||||
endpoint: github
|
||||
name: asottile/azure-pipeline-templates
|
||||
ref: refs/tags/v0.0.16
|
||||
ref: refs/tags/v1.0.0
|
||||
|
||||
jobs:
|
||||
- template: job--pre-commit.yml@asottile
|
||||
- template: job--python-tox.yml@asottile
|
||||
parameters:
|
||||
toxenvs: [py36, py37]
|
||||
toxenvs: [py36, py37, py38]
|
||||
os: linux
|
||||
pre_test:
|
||||
- bash: |
|
||||
mkdir /tmp/tmux
|
||||
cd /tmp/tmux
|
||||
curl --location --output tmux.zip https://github.com/asottile/babi/files/3666120/tmux.zip
|
||||
unzip tmux.zip
|
||||
echo '##vso[task.prependpath]/tmp/tmux/'
|
||||
displayName: upgrade tmux
|
||||
|
||||
Reference in New Issue
Block a user