Further invoking of commands through python3

This commit is contained in:
Andrew Murray 2022-02-24 11:01:05 +11:00
parent 62a80867d6
commit fa1e89ff84
2 changed files with 3 additions and 3 deletions

View File

@ -9,9 +9,9 @@ clean:
.PHONY: coverage
coverage:
pytest -qq
python3 -m pytest -qq
rm -r htmlcov || true
coverage report
python3 -m coverage report
.PHONY: doc
doc:

View File

@ -3,7 +3,7 @@
# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
SPHINXBUILD = python3 -m sphinx.cmd.build
PAPER =
BUILDDIR = _build