Skip to content

Commit f0dd16b

Browse files
committed
Update the azure-pipelines as same as from scancode-tk
Signed-off-by: Chin Yeung Li <[email protected]>
1 parent a35a8ce commit f0dd16b

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

azure-pipelines.yml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,19 @@ jobs:
2525

2626
- template: etc/ci/azure-posix.yml
2727
parameters:
28-
job_name: macos1015_cpython
28+
job_name: macos1015_cpython_1
2929
image_name: macos-10.15
30-
python_versions: ['3.6', '3.7', '3.8', '3.9', '3.10']
30+
python_versions: ['3.7', '3.8']
31+
python_architecture: x64
32+
test_suites:
33+
all: venv/bin/pytest -n 2 -vvs
34+
35+
- template: etc/ci/azure-posix.yml
36+
parameters:
37+
job_name: macos1015_cpython_2
38+
image_name: macos-10.15
39+
python_versions: ['3.9', '3.10']
40+
python_architecture: x64
3141
test_suites:
3242
all: venv/bin/pytest -n 2 -vvs
3343

0 commit comments

Comments
 (0)