Skip to content

Commit

Permalink
Fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdlaird committed Mar 5, 2024
1 parent e7058a4 commit 43e1a67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ clean: nopyc
test: install
@( \
source .venv/bin/activate; \
coverage run -m unittest discover -v -b; \
coverage report && coverage xml && coverage html; \
coverage run -m unittest discover -v -b && coverage report && coverage xml && coverage html; \
)

run-devserver: install
Expand Down

0 comments on commit 43e1a67

Please sign in to comment.