@@ -3,7 +3,7 @@ envlist =
3
3
py3{6,7,8,9,10}-lint
4
4
py3{6,7,8,9,10}-unit
5
5
py3{6,7,8,9,10}-bandit
6
- py3{6, 7,8,9,10}-mypy
6
+ py3{7,8,9,10}-mypy
7
7
py39-lintreadme
8
8
py39-shellcheck
9
9
py39-pydocstyle
@@ -30,7 +30,7 @@ description =
30
30
py3{6,7,8,9,10}-unit: Run the unit tests
31
31
py3{6,7,8,9,10}-lint: Lint the Python code
32
32
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
34
34
py39-pydocstyle: docstring style checker
35
35
py39-shellcheck: syntax check for shell scripts
36
36
py39-lintreadme: Lint the README.rst→.md conversion
49
49
py3{6,7,8,9,10}-lint: -rlint-requirements.txt
50
50
py3{6,7,8,9,10}-bandit: bandit
51
51
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
53
53
py39-pydocstyle: pydocstyle
54
54
py39-pydocstyle: diff-cover
55
55
py39-lintreadme: twine
@@ -68,7 +68,8 @@ commands =
68
68
py3{6,7,8,9,10}-unit: make coverage-report coverage.xml PYTEST_EXTRA ={posargs}
69
69
py3{6,7,8,9,10}-bandit: bandit -r cwltool
70
70
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
72
73
py39-shellcheck: make shellcheck
73
74
py39-pydocstyle: make diff_pydocstyle_report
74
75
py39-lintreadme: twine check {distdir}/*
0 commit comments