9 lines
96 B
Makefile
9 lines
96 B
Makefile
|
all:
|
||
|
pipenv run pytest
|
||
|
|
||
|
all-mypy:
|
||
|
pipenv run pytest --mypy
|
||
|
|
||
|
all-cov:
|
||
|
pipenv run pytest --cov
|