1
1
[tox]
2
2
envlist =
3
- py3{7, 8,9,10,11}-lint
3
+ py3{8,9,10,11}-lint
4
4
py3{6,7,8,9,10,11}-unit
5
5
py3{6,7,8,9,10,11}-bandit
6
6
py3{7,8,9,10,11}-mypy
@@ -29,7 +29,7 @@ skipsdist =
29
29
30
30
description =
31
31
py3{6,7,8,9,10,11}-unit: Run the unit tests
32
- py3{7, 8,9,10,11}-lint: Lint the Python code
32
+ py3{8,9,10,11}-lint: Lint the Python code
33
33
py3{6,7,8,9,10,11}-bandit: Search for common security issues
34
34
py3{7,8,9,10,11}-mypy: Check for type safety
35
35
py311-pydocstyle: docstring style checker
@@ -47,7 +47,7 @@ extras =
47
47
deps =
48
48
py3{6,7,8,9,10,11}-{unit,lint,bandit,mypy}: -rrequirements.txt
49
49
py3{6,7,8,9,10,11}-{unit,mypy}: -rtest-requirements.txt
50
- py3{7, 8,9,10,11}-lint: -rlint-requirements.txt
50
+ py3{8,9,10,11}-lint: -rlint-requirements.txt
51
51
py3{6,7,8,9,10,11}-bandit: bandit
52
52
py3{6,7,8,9,10,11}-bandit: importlib_metadata != 4.8.0
53
53
py3{7,8,9,10,11}-mypy: -rmypy-requirements.txt
@@ -67,7 +67,7 @@ commands_pre =
67
67
commands =
68
68
py3{6,7,8,9,10,11}-unit: make coverage-report coverage.xml PYTEST_EXTRA ={posargs}
69
69
py3{6,7,8,9,10,11}-bandit: bandit -r cwltool
70
- py3{7, 8,9,10,11}-lint: make flake8 format-check codespell-check
70
+ py3{8,9,10,11}-lint: make flake8 format-check codespell-check
71
71
py3{7,8,9,10,11}-mypy: make mypy mypyc PYTEST_EXTRA ={posargs}
72
72
py37-mypy: make mypy_3.6
73
73
py311-shellcheck: make shellcheck
0 commit comments