@@ -3,7 +3,7 @@ envlist =
33 py{36,37,38,39,310,311}-lint,
44 py{36,37,38,39,310,311}-unit,
55
6- py{36, 37,38,39,310,311}-mypy,
6+ py{37,38,39,310,311}-mypy,
77 py39-lintreadme,
88 py39-pydocstyle
99
@@ -25,7 +25,7 @@ python =
2525description =
2626 py{36,37,38,39,310,311}-unit: Run the unit tests
2727 py{36,37,38,39,310,311}-lint: Lint the Python code
28- py{36, 37,38,39,310,311}-mypy: Check for type safety
28+ py{37,38,39,310,311}-mypy: Check for type safety
2929 py311-pydocstyle: docstring style checker
3030 py311-lintreadme: Lint the README.rst->.md conversion
3131
@@ -37,22 +37,23 @@ deps =
3737 py{36,37,38,39,310,311}-{unit,mypy}: -rtest-requirements.txt
3838 py{36,37,38,39,310,311}-lint: flake8-bugbear
3939 py{36,37,38,39,310,311}-lint: black
40- py{36, 37,38,39,310,311}-mypy: -rmypy-requirements.txt
40+ py{37,38,39,310,311}-mypy: -rmypy-requirements.txt
4141
4242setenv =
4343 py{36,37,38,39,310,311}-unit: LC_ALL = C.UTF-8
4444
4545commands =
4646 py{36,37,38,39,310,311}-unit: python -m pip install -U pip setuptools wheel
47- py{36,37,38,39,310,311}-unit: make coverage-report coverage.xml PYTEST_EXTRA ={posargs}
47+ py{36,37,38,39,310,311}-unit: make coverage-report coverage.xml PYTEST_EXTRA =" {posargs}"
4848 py{36,37,38,39,310,311}-lint: make flake8
4949 py{36,37,38,39,310,311}-lint: make format-check
50- py{36, 37,38,39,310,311}-mypy: make mypy
50+ py{37,38,39,310,311}-mypy: make mypy
5151
5252allowlist_externals =
5353 py{36,37,38,39,310,311}-lint: flake8
5454 py{36,37,38,39,310,311}-lint: black
5555 py{36,37,38,39,310,311}-{mypy,shellcheck,lint,unit}: make
56+ py37-mypy: make mypy_3.6
5657
5758skip_install =
5859 py{36,37,38,39,310,311}-lint: true
0 commit comments