Skip to content

Commit

Permalink
Do flake8 check on coverage run
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Jan 3, 2015
1 parent 66fdefd commit 3b2f9be
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 @@ -15,7 +15,7 @@ vtest: flake
testloop:
while sleep 1; do python runtests.py $(FLAGS); done

cov cover coverage:
cov cover coverage: flake
nosetests -s --with-cover --cover-html --cover-branches --cover-html-dir ./coverage $(FLAGS) ./tests/
@echo "open file://`pwd`/coverage/index.html"

Expand Down

0 comments on commit 3b2f9be

Please sign in to comment.