Skip to content

Commit

Permalink
Improve Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
wesselb committed Oct 22, 2022
1 parent 70377f0 commit 1a68a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ install:

test:
python setup.py --version
pytest -v --cov=$(PACKAGE) --cov-report html:cover --cov-report term-missing
pytest tests -v --cov=$(PACKAGE) --cov-report html:cover --cov-report term-missing

clean:
rm -rf docs/_build docs/source docs/readme.rst
Expand Down

0 comments on commit 1a68a93

Please sign in to comment.