diff --git a/Makefile b/Makefile index 0d4d8cc..66ca10c 100644 --- a/Makefile +++ b/Makefile @@ -14,10 +14,10 @@ mypy: mypy test: - pytest + python3 -m pytest test-ci: - pytest -v + python3 -m pytest -v install: python3 -m pip install --upgrade -e .