From 674a9b789ada41415cf1cdf93c246ce0ad58ab08 Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Sat, 9 Nov 2019 11:23:23 -0800 Subject: [PATCH] Use bionic azure pipelines image --- azure-pipelines.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 201a7a6..9a262b3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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