Skip to content

Commit 8cc9ecb

Browse files
committed
Run tests all on OSses
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 11c8963 commit 8cc9ecb

File tree

1 file changed

+18
-11
lines changed

1 file changed

+18
-11
lines changed

azure-pipelines.yml

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,47 +11,54 @@ jobs:
1111
parameters:
1212
job_name: ubuntu18_cpython
1313
image_name: ubuntu-18.04
14-
python_versions: ['3.8', '3.9', '3.10']
14+
python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11']
1515
test_suites:
16-
all: |
17-
venv/bin/pytest -n 2 -vvs --reruns 2
16+
all: venv/bin/pytest -n 2 -vvs --reruns 2
1817

1918
- template: etc/ci/azure-posix.yml
2019
parameters:
2120
job_name: ubuntu20_cpython
2221
image_name: ubuntu-20.04
23-
python_versions: ['3.8', '3.9', '3.10']
22+
python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11']
2423
test_suites:
2524
all: venv/bin/pytest -n 2 -vvs --reruns 2
2625

2726
- template: etc/ci/azure-posix.yml
2827
parameters:
29-
job_name: macos12_cpython
30-
image_name: macos-12
31-
python_versions: ['3.8', '3.9', '3.10']
28+
job_name: ubuntu22_cpython
29+
image_name: ubuntu-22.04
30+
python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11']
3231
test_suites:
3332
all: venv/bin/pytest -n 2 -vvs --reruns 2
3433

3534
- template: etc/ci/azure-posix.yml
3635
parameters:
3736
job_name: macos11_cpython
3837
image_name: macos-11
39-
python_versions: ['3.8', '3.9', '3.10']
38+
python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11']
39+
test_suites:
40+
all: venv/bin/pytest -n 2 -vvs --reruns 2
41+
42+
- template: etc/ci/azure-posix.yml
43+
parameters:
44+
job_name: macos12_cpython
45+
image_name: macos-12
46+
python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11']
4047
test_suites:
4148
all: venv/bin/pytest -n 2 -vvs --reruns 2
4249

4350
- template: etc/ci/azure-win.yml
4451
parameters:
4552
job_name: win2019_cpython
4653
image_name: windows-2019
47-
python_versions: ['3.8', '3.9', '3.10']
54+
python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11']
4855
test_suites:
49-
all: venv\Scripts\pytest -n 2 -vvs --reruns 2
56+
all: venv\Scripts\pytest -n 2 -vvs --reruns 2
5057

5158
- template: etc/ci/azure-win.yml
5259
parameters:
5360
job_name: win2022_cpython
5461
image_name: windows-2022
55-
python_versions: ['3.8', '3.9', '3.10']
62+
python_versions: ['3.7', '3.8', '3.9', '3.10', '3.11']
5663
test_suites:
5764
all: venv\Scripts\pytest -n 2 -vvs --reruns 2

0 commit comments

Comments
 (0)