1
0
mirror of https://github.com/no2chem/wideq.git synced 2025-05-15 23:00:18 -07:00

Add mypy to CI

This commit is contained in:
Frederik Gladhorn 2020-01-11 20:23:09 +01:00
parent e98d2a18d1
commit b9f7ee26ec

View File

@ -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