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.pull/7455/head
parent
8055dd1c9b
commit
f5c544d99c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue