Skip to content
Snippets Groups Projects
Commit 0fb444fd authored by Johannes Schumann's avatar Johannes Schumann
Browse files

Missing .PHONY

parent 5dbb43b4
No related branches found
No related tags found
1 merge request!1Merge python environment
Pipeline #9422 failed
......@@ -49,14 +49,14 @@ test:
test-cov:
python -m pytest --cov ./ --cov-report term-missing --cov-report xml:reports/coverage.xml --cov-report html:reports/coverage $(ALLNAMES)
flake8:
python -m pytest --flake8
docstyle:
python -m pytest --pydocstyle
doc:
cd doc && make html
cd ..
.PHONY: install install-dev doc clean test test-cov flake8 docstyle buildremote
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment