@@ -3,7 +3,7 @@ envlist =
33 py{36,37,38,39,310}-lint,
44 py{36,37,38,39,310}-unit,
55 py{36,37,38,39,310}-bandit,
6- py{36, 37,38,39,310}-mypy,
6+ py{37,38,39,310}-mypy,
77 py310-lint-readme,
88 py310-pydocstyle
99
@@ -25,7 +25,7 @@ description =
2525 py{36,37,38,39,310}-unit: Run the unit tests
2626 py{36,37,38,39,310}-lint: Lint the Python code
2727 py{36,37,38,39,310}-bandit: Search for common security issues
28- py{36, 37,38,39,310}-mypy: Check for type safety
28+ py{37,38,39,310}-mypy: Check for type safety
2929 py310-pydocstyle: docstring style checker
3030 py310-lint-readme: Lint the README.rst->.md conversion
3131
@@ -49,7 +49,8 @@ commands =
4949 py{36,37,38,39,310}-bandit: bandit --recursive cwl_utils
5050 py{36,37,38,39,310}-lint: make flake8
5151 py{36,37,38,39,310}-lint: make format-check
52- py{36,37,38,39,310}-mypy: make mypy
52+ py{37,38,39,310}-mypy: make mypy
53+ py37-mypy: make mypy_3.6
5354
5455whitelist_externals =
5556 py{36,37,38,39,310}-lint: flake8
0 commit comments