Skip to content

Commit

Permalink
Enable verbose output for travis tests run
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Sep 8, 2016
1 parent 83b1e18 commit ead40e3
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 @@ -22,7 +22,7 @@ cov cover coverage: flake
@echo "open file://`pwd`/htmlcov/index.html"

cov-ci: flake
py.test --cov=aiopg --cov-report=term tests --pg_tag all
py.test -v --cov=aiopg --cov-report=term tests --pg_tag all

clean:
find . -name __pycache__ |xargs rm -rf
Expand Down

0 comments on commit ead40e3

Please sign in to comment.