@@ -3,7 +3,7 @@ envlist =
3
3
py{36,37,38,39,310,311}-lint,
4
4
py{36,37,38,39,310,311}-unit,
5
5
6
- py{36, 37,38,39,310,311}-mypy,
6
+ py{37,38,39,310,311}-mypy,
7
7
py39-lintreadme,
8
8
py39-pydocstyle
9
9
@@ -25,7 +25,7 @@ python =
25
25
description =
26
26
py{36,37,38,39,310,311}-unit: Run the unit tests
27
27
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
29
29
py311-pydocstyle: docstring style checker
30
30
py311-lintreadme: Lint the README.rst->.md conversion
31
31
37
37
py{36,37,38,39,310,311}-{unit,mypy}: -rtest-requirements.txt
38
38
py{36,37,38,39,310,311}-lint: flake8-bugbear
39
39
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
41
41
42
42
setenv =
43
43
py{36,37,38,39,310,311}-unit: LC_ALL = C.UTF-8
@@ -47,12 +47,13 @@ commands =
47
47
py{36,37,38,39,310,311}-unit: make coverage-report coverage.xml PYTEST_EXTRA ={posargs}
48
48
py{36,37,38,39,310,311}-lint: make flake8
49
49
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
51
51
52
52
allowlist_externals =
53
53
py{36,37,38,39,310,311}-lint: flake8
54
54
py{36,37,38,39,310,311}-lint: black
55
55
py{36,37,38,39,310,311}-{mypy,shellcheck,lint,unit}: make
56
+ py37-mypy: make mypy_3.6
56
57
57
58
skip_install =
58
59
py{36,37,38,39,310,311}-lint: true
0 commit comments