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 244281b commit 4292f0aCopy full SHA for 4292f0a
tox.ini
@@ -42,16 +42,12 @@ commands=
42
[testenv:lint]
43
deps=flake8
44
flake8-import-order
45
+ mypy
46
+ pytest
47
skip_install=True
48
commands =
49
flake8 src tests setup.py benchmark.py
-
-[testenv:mypy]
50
-# pytest dep needed for mypy check
51
-deps=mypy
52
- pytest
53
-commands =
54
- mypy src/ tests/
+ mypy src/ tests
55
56
[testenv:twine_check]
57
deps=wheel
0 commit comments