Skip to content

Commit

Permalink
Fix Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Jul 30, 2016
1 parent ae3b5f1 commit c13e336
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 @@ -12,7 +12,7 @@ test: flake


cov cover coverage: flake
py.test --cov=aiopg --cov-report=html --cov-report=term tests
py.test --cov=aiomcache --cov-report=html --cov-report=term tests
@echo "open file://`pwd`/htmlcov/index.html"


Expand Down

0 comments on commit c13e336

Please sign in to comment.