We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b6f20c commit 0d65d5fCopy full SHA for 0d65d5f
tox.ini
@@ -16,10 +16,10 @@ commands = pytest -v --cov labels {posargs:tests}
16
17
[testenv:flake8]
18
deps = flake8
19
-commands = flake8
+commands = flake8 {toxinidir}/setup.py {toxinidir}/src/ {toxinidir}/tests/
20
21
[testenv:mypy]
22
deps =
23
mypy
24
types-requests
25
-commands = mypy {toxinidir}/setup.py {toxinidir}/src/
+commands = mypy {toxinidir}/setup.py {toxinidir}/src/ {toxinidir}/tests/
0 commit comments