We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8692195 commit 80af9d0Copy full SHA for 80af9d0
setup.cfg
@@ -63,18 +63,18 @@ commands =
63
nocov: pytest tests --no-cov {posargs}
64
cov: pytest tests {posargs}
65
66
-[testenv:py38-mypy]
+[testenv:mypy]
67
deps = -r requirements/mypy.txt
68
commands = mypy --strict idom
69
70
-[testenv:py38-lint]
+[testenv:lint]
71
skip_install = true
72
deps = -r requirements/lint.txt
73
commands =
74
black . --check --exclude "idom/client/app/node_modules/.*"
75
flake8 idom tests docs
76
77
-[testenv:py38-docs]
+[testenv:docs]
78
deps = -r requirements/docs.txt
79
80
sphinx-build -b html docs/source docs/build
0 commit comments