Skip to content

Commit

Permalink
Use silent py.test run when calling coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ercpe committed Dec 18, 2015
1 parent 2cb8a21 commit 90038c5
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
Expand Up @@ -13,7 +13,7 @@ compile_optimized:

coverage:
coverage erase
PYTHONPATH=".:./src" coverage run --source='src' --omit='src/test.py,src/fakecube.py' --branch -m py.test
PYTHONPATH=".:./src" coverage run --source='src' --omit='src/test.py,src/fakecube.py' --branch -m py.test -qq
coverage report -m

travis: compile compile_optimized test_default_python coverage
Expand Down

0 comments on commit 90038c5

Please sign in to comment.