11[tox]
22envlist =
3- py3{7, 8,9,10,11}-lint
3+ py3{8,9,10,11}-lint
44 py3{6,7,8,9,10,11}-unit
55 py3{6,7,8,9,10,11}-bandit
66 py3{7,8,9,10,11}-mypy
@@ -29,7 +29,7 @@ skipsdist =
2929
3030description =
3131 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
3333 py3{6,7,8,9,10,11}-bandit: Search for common security issues
3434 py3{7,8,9,10,11}-mypy: Check for type safety
3535 py311-pydocstyle: docstring style checker
@@ -47,7 +47,7 @@ extras =
4747deps =
4848 py3{6,7,8,9,10,11}-{unit,lint,bandit,mypy}: -rrequirements.txt
4949 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
5151 py3{6,7,8,9,10,11}-bandit: bandit
5252 py3{6,7,8,9,10,11}-bandit: importlib_metadata != 4.8.0
5353 py3{7,8,9,10,11}-mypy: -rmypy-requirements.txt
@@ -67,7 +67,7 @@ commands_pre =
6767commands =
6868 py3{6,7,8,9,10,11}-unit: make coverage-report coverage.xml PYTEST_EXTRA ={posargs}
6969 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
7171 py3{7,8,9,10,11}-mypy: make mypy mypyc PYTEST_EXTRA ={posargs}
7272 py37-mypy: make mypy_3.6
7373 py311-shellcheck: make shellcheck
0 commit comments