We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b7f99 commit 5ecce83Copy full SHA for 5ecce83
azure-pipelines.yml
@@ -182,7 +182,7 @@ jobs:
182
python_architecture: x64
183
test_suites:
184
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;
+ 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;
186
do
187
venv/bin/pip install click==$clk_ver;
188
venv/bin/scancode -i samples/ -n3 --json foo.json;
0 commit comments