Skip to content

Commit

Permalink
make test verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
markreidvfx committed Jan 8, 2018
1 parent d0586d4 commit c594bea
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
@@ -1,7 +1,7 @@
COVERAGE_EXEC := $(shell command -v coverage 2> /dev/null)

test: python-version
@python -m unittest discover tests
@python -m unittest discover tests -v

python-version:
@python --version
Expand Down

0 comments on commit c594bea

Please sign in to comment.