Skip to content

Commit

Permalink
Removes -v flag for local testing (not for Travis)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurt Smith committed Apr 14, 2014
1 parent 688447d commit 06ebbe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -52,7 +52,7 @@ install:
# ----------------------------------------------------------------------------

test_client:
${PYTHON} -m unittest discover -v
${PYTHON} -m unittest discover
.PHONY: test_client

test_client_with_coverage:
Expand Down

0 comments on commit 06ebbe2

Please sign in to comment.