diff --git a/Makefile b/Makefile index fdbe5cb5..b4ec6503 100644 --- a/Makefile +++ b/Makefile @@ -32,7 +32,7 @@ lint: ) test: - pytest tests + python -m pytest tests autobuild-docs: sphinx-autobuild --open-browser docs docs/_build/html