Makefile: Add typecheck and coverage targets.

This commit is contained in:
Damir Jelić 2019-04-10 14:45:48 +02:00
parent 488e994fa7
commit 25a36a6d47

View File

@ -2,3 +2,9 @@ test:
python3 -m pytest
python3 -m pytest --flake8 pantalaimon
python3 -m pytest --isort
coverage:
python3 -m pytest --cov=pantalaimon --cov-report term-missing
typecheck:
mypy --ignore-missing-imports pantalaimon