diff options
author | Matt Clay <mclay@redhat.com> | 2021-05-10 15:06:09 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-10 15:06:09 -0700 |
commit | bdffb5997829444603af9ad677cf48a3aefd3ed0 (patch) | |
tree | 05a3e35d1e9e316e10a77068923bdfc71b079533 /.azure-pipelines | |
parent | d85809d5924e3e5d76dc3fe2da0ace9e9134ec24 (diff) | |
download | ansible-bdffb5997829444603af9ad677cf48a3aefd3ed0.tar.gz |
Update Python versions used to run network tests. (#74647)
Diffstat (limited to '.azure-pipelines')
-rw-r--r-- | .azure-pipelines/azure-pipelines.yml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index c8bcca6b57..a08046321a 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -227,10 +227,8 @@ stages: targets: - name: IOS Python test: ios/csr1000v/ - - name: VyOS Python 2.7 - test: vyos/1.1.8/2.7 - - name: VyOS Python 3.6 - test: vyos/1.1.8/3.6 + - name: VyOS Python + test: vyos/1.1.8/ - name: AWS Python 2.7 test: aws/2.7 - name: AWS Python 3.6 |