We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62a8086 commit fa1e89fCopy full SHA for fa1e89f
Makefile
@@ -9,9 +9,9 @@ clean:
9
10
.PHONY: coverage
11
coverage:
12
- pytest -qq
+ python3 -m pytest -qq
13
rm -r htmlcov || true
14
- coverage report
+ python3 -m coverage report
15
16
.PHONY: doc
17
doc:
docs/Makefile
@@ -3,7 +3,7 @@
3
4
# You can set these variables from the command line.
5
SPHINXOPTS =
6
-SPHINXBUILD = sphinx-build
+SPHINXBUILD = python3 -m sphinx.cmd.build
7
PAPER =
8
BUILDDIR = _build
0 commit comments