Skip to content

Commit 80af9d0

Browse files
committed
fix mypy testing
1 parent 8692195 commit 80af9d0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: setup.cfg

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,18 +63,18 @@ commands =
6363
nocov: pytest tests --no-cov {posargs}
6464
cov: pytest tests {posargs}
6565

66-
[testenv:py38-mypy]
66+
[testenv:mypy]
6767
deps = -r requirements/mypy.txt
6868
commands = mypy --strict idom
6969

70-
[testenv:py38-lint]
70+
[testenv:lint]
7171
skip_install = true
7272
deps = -r requirements/lint.txt
7373
commands =
7474
black . --check --exclude "idom/client/app/node_modules/.*"
7575
flake8 idom tests docs
7676

77-
[testenv:py38-docs]
77+
[testenv:docs]
7878
deps = -r requirements/docs.txt
7979
commands =
8080
sphinx-build -b html docs/source docs/build

0 commit comments

Comments
 (0)