Skip to content

Commit 6a869e7

Browse files
authored
Update Makefile
add `python -m` to the Makefile `test` command
1 parent 74f0a2f commit 6a869e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ lint:
3232
)
3333

3434
test:
35-
pytest tests
35+
python -m pytest tests
3636

3737
autobuild-docs:
3838
sphinx-autobuild --open-browser docs docs/_build/html

0 commit comments

Comments
 (0)