summaryrefslogtreecommitdiff
path: root/.azure-pipelines
diff options
context:
space:
mode:
authorMatt Clay <mclay@redhat.com>2021-04-22 23:23:16 -0700
committerGitHub <noreply@github.com>2021-04-22 23:23:16 -0700
commitf541c0af236d8591d4c64136bd435bc1af0a7661 (patch)
treefe89543a99d749aed2a4f1500bd826fdea7fa22e /.azure-pipelines
parentff88a2a06de7e93e952c94385cdc822f52a1e08c (diff)
downloadansible-f541c0af236d8591d4c64136bd435bc1af0a7661.tar.gz
Update ansible-test default test container. (#74393)
* Update ansible-test default test container. * Switch generic Python tests from 3.6 to 3.9.
Diffstat (limited to '.azure-pipelines')
-rw-r--r--.azure-pipelines/azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml
index 5deabd62b7..2c86122201 100644
--- a/.azure-pipelines/azure-pipelines.yml
+++ b/.azure-pipelines/azure-pipelines.yml
@@ -157,7 +157,7 @@ stages:
testFormat: generic/{0}/1
targets:
- test: 2.7
- - test: 3.6
+ - test: 3.9
- stage: Incidental_Remote
displayName: Incidental Remote
dependsOn: []