From 26dac4fd77c9f73a552618597e24f324837c10a1 Mon Sep 17 00:00:00 2001 From: David Lord Date: Mon, 18 Nov 2019 19:06:57 -0800 Subject: [PATCH] fix test pipeline display name --- .azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 913c3764..033a5149 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -3,7 +3,7 @@ trigger: - '*.x' jobs: - - job: Flask + - job: Tests variables: vmImage: 'ubuntu-latest' python.version: '3.8'