mirror of
https://github.com/no2chem/wideq.git
synced 2025-05-15 14:50:28 -07:00
Add mypy to CI
This commit is contained in:
parent
e98d2a18d1
commit
b9f7ee26ec
7
tox.ini
7
tox.ini
@ -21,3 +21,10 @@ deps =
|
|||||||
commands =
|
commands =
|
||||||
coverage run --source=wideq -m unittest {posargs} discover -s tests
|
coverage run --source=wideq -m unittest {posargs} discover -s tests
|
||||||
coverage report
|
coverage report
|
||||||
|
|
||||||
|
[testenv:mypy]
|
||||||
|
basepython = python3.7
|
||||||
|
deps =
|
||||||
|
mypy
|
||||||
|
commands =
|
||||||
|
mypy . --pretty
|
||||||
|
Loading…
x
Reference in New Issue
Block a user