diff --git a/Makefile b/Makefile index d517538..8079840 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ pypi-test: twine upload --repository-url https://test.pypi.org/legacy/ dist/* docs: - rm -rf docs/api + rm -rf docs/apidoc sphinx-apidoc -o docs pycrires cd docs/ $(MAKE) -C docs clean @@ -28,7 +28,7 @@ coverage: coverage report -m test: - pytest --cov=pycrires/ --cov-report=xml + pytest -s --cov=pycrires/ --cov-report=xml clean: find . -name '*.pyc' -exec rm -f {} +