Skip to content

Commit 5ecce83

Browse files
committed
Test more Click versions
Signed-off-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent e3b7f99 commit 5ecce83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ jobs:
182182
python_architecture: x64
183183
test_suites:
184184
click_versions: |
185-
for clk_ver in 8.0.4 8.0.3 8.0.2 8.0.1 7.1.2 7.1.1 7.1 6.7;
185+
for clk_ver in 8.1.3 8.1.2 8.1.1 8.1.0 8.0.4 8.0.3 8.0.2 8.0.1 7.1.2 7.1.1 7.1 6.7;
186186
do
187187
venv/bin/pip install click==$clk_ver;
188188
venv/bin/scancode -i samples/ -n3 --json foo.json;

0 commit comments

Comments
 (0)