diff --git a/Makefile b/Makefile index 8f86afd7..31efe284 100644 --- a/Makefile +++ b/Makefile @@ -20,7 +20,7 @@ install-lint: $(PIP) install -e ".[lint]" pytest: - $(pytest) + $(PYTEST) coverage: $(COVERAGE) run -m $(PYTEST)