Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ jobs:

- template: etc/ci/azure-posix.yml
parameters:
job_name: mac1014
Comment thread
AyanSinhaMahapatra marked this conversation as resolved.
image_name: macos-10.14
python_versions: ['3.6', '3.7', '3.8', '3.9']
job_name: mac11
image_name: macOS-11
python_versions: ['3.7', '3.8', '3.9']
python_architecture: x64
test_suites:
all: bin/pytest -n 2 -vvs tests/scancode/test_cli.py
Expand Down Expand Up @@ -123,9 +123,9 @@ jobs:

- template: etc/ci/azure-win.yml
parameters:
job_name: win2016
Comment thread
AyanSinhaMahapatra marked this conversation as resolved.
image_name: vs2017-win2016
python_versions: ['3.6', '3.7', '3.8', '3.9']
job_name: win2022
image_name: windows-2022
python_versions: ['3.7', '3.8', '3.9']
python_architecture: x64
test_suites:
all: Scripts\pytest -n 2 -vvs tests\scancode\test_cli.py
Expand Down