1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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.
This commit is contained in:
Felix Fontein 2023-10-30 21:50:47 +01:00 committed by GitHub
parent 8055dd1c9b
commit f5c544d99c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -137,6 +137,7 @@ stages:
nameFormat: Python {0} nameFormat: Python {0}
testFormat: 2.16/units/{0}/1 testFormat: 2.16/units/{0}/1
targets: targets:
- test: 2.7
- test: 3.6 - test: 3.6
- test: "3.11" - test: "3.11"
- stage: Units_2_15 - stage: Units_2_15