From f5c544d99c43eed8051cfc7a57e0e2fe54edae26 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 30 Oct 2023 21:50:47 +0100 Subject: [PATCH] CI: make sure that Python 2.7 unit tests also run with AZP (#7450) Make sure that Python 2.7 unit tests also run with AZP. --- .azure-pipelines/azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 86e0f59339..f19d535357 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -137,6 +137,7 @@ stages: nameFormat: Python {0} testFormat: 2.16/units/{0}/1 targets: + - test: 2.7 - test: 3.6 - test: "3.11" - stage: Units_2_15