Skip to content

Commit 997eb61

Browse files
committed
Run tests with all latests packages
See: aboutcode-org/scancode-toolkit#2529 Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent 06d2e64 commit 997eb61

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

azure-pipelines.yml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,39 @@ jobs:
6262
python_versions: ['3.6', '3.7', '3.8', '3.9']
6363
test_suites:
6464
all: tmp\Scripts\pytest -n 2 -vvs
65+
66+
67+
################################################################################
68+
# Test using a plain pip install to get the latest of all wheels
69+
################################################################################
70+
71+
72+
- template: etc/ci/azure-posix.yml
73+
parameters:
74+
job_name: ubuntu20_cpython_latest_from_pip
75+
image_name: ubuntu-20.04
76+
python_versions: ['3.6', '3.7', '3.8', '3.9']
77+
test_suites:
78+
all:
79+
- tmp/bin/pip --force-reinstall --upgrade -e .
80+
- tmp/bin/pytest -n 2 -vvs
81+
82+
- template: etc/ci/azure-win.yml
83+
parameters:
84+
job_name: win2019_cpython_latest_from_pip
85+
image_name: windows-2019
86+
python_versions: ['3.6', '3.7', '3.8', '3.9']
87+
test_suites:
88+
all:
89+
- tmp\Scripts\pip --force-reinstall --upgrade -e .
90+
- tmp\Scripts\pytest -n 2 -vvs
91+
92+
- template: etc/ci/azure-posix.yml
93+
parameters:
94+
job_name: macos1015_cpython_latest_from_pip
95+
image_name: macos-10.15
96+
python_versions: ['3.6', '3.7', '3.8', '3.9']
97+
test_suites:
98+
all:
99+
- tmp/bin/pip --force-reinstall --upgrade -e .
100+
- tmp/bin/pytest -n 2 -vvs

0 commit comments

Comments
 (0)