Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasstolker committed Jan 12, 2024
1 parent 71028f2 commit 919b220
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 {} +
Expand Down

0 comments on commit 919b220

Please sign in to comment.