@@ -3,7 +3,7 @@ envlist =
33 py3{6,7,8,9,10}-lint
44 py3{6,7,8,9,10}-unit
55 py3{6,7,8,9,10}-bandit
6- py3{6, 7,8,9,10}-mypy
6+ py3{7,8,9,10}-mypy
77 py39-lintreadme
88 py39-shellcheck
99 py39-pydocstyle
@@ -30,7 +30,7 @@ description =
3030 py3{6,7,8,9,10}-unit: Run the unit tests
3131 py3{6,7,8,9,10}-lint: Lint the Python code
3232 py3{6,7,8,9,10}-bandit: Search for common security issues
33- py3{6, 7,8,9,10}-mypy: Check for type safety
33+ py3{7,8,9,10}-mypy: Check for type safety
3434 py39-pydocstyle: docstring style checker
3535 py39-shellcheck: syntax check for shell scripts
3636 py39-lintreadme: Lint the README.rst→.md conversion
4949 py3{6,7,8,9,10}-lint: -rlint-requirements.txt
5050 py3{6,7,8,9,10}-bandit: bandit
5151 py3{6,7,8,9,10}-bandit: importlib_metadata != 4.8.0
52- py3{6, 7,8,9,10}-mypy: -rmypy-requirements.txt
52+ py3{7,8,9,10}-mypy: -rmypy-requirements.txt
5353 py39-pydocstyle: pydocstyle
5454 py39-pydocstyle: diff-cover
5555 py39-lintreadme: twine
@@ -68,7 +68,8 @@ commands =
6868 py3{6,7,8,9,10}-unit: make coverage-report coverage.xml PYTEST_EXTRA ={posargs}
6969 py3{6,7,8,9,10}-bandit: bandit -r cwltool
7070 py3{6,7,8,9,10}-lint: make flake8 format-check codespell
71- py3{6,7,8,9,10}-mypy: make mypy mypyc PYTEST_EXTRA ={posargs}
71+ py3{7,8,9,10}-mypy: make mypy mypyc PYTEST_EXTRA ={posargs}
72+ py37-mypy: make mypy_3.6
7273 py39-shellcheck: make shellcheck
7374 py39-pydocstyle: make diff_pydocstyle_report
7475 py39-lintreadme: twine check {distdir}/*
0 commit comments