Skip to content

Commit

Permalink
Build improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Mar 5, 2024
1 parent ba5de1b commit afc8db2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ test: virtualenv
@( \
source venv/bin/activate; \
python -m pip install ".[dev]"; \
python -m coverage run -m unittest discover -b && python -m coverage xml && python -m coverage html && python -m coverage report; \
coverage run -m unittest discover -v -b; \
coverage report && coverage xml && coverage html; \
)

docs: virtualenv
Expand Down

0 comments on commit afc8db2

Please sign in to comment.