diff --git a/Makefile b/Makefile index 53b8343..c94c54d 100644 --- a/Makefile +++ b/Makefile @@ -5,8 +5,6 @@ format: install: pip install -e . test: - pip install pytest-cov - pip install pytest-pycodestyle pytest -m 'not local' --cov=./ --cov-report=xml documentation: jupyter-book clean docs/book