Skip to content

Commit

Permalink
Don't die if .coverage doesn't exist.
Browse files Browse the repository at this point in the history
  • Loading branch information
wtolson committed Jul 7, 2014
1 parent 1eb6b8c commit 3531d06
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 @@ -30,7 +30,7 @@ clean-docs:
$(MAKE) -C docs clean

clean-coverage:
rm .coverage
rm -f .coverage
rm -fr htmlcov/

clean-tox:
Expand Down

0 comments on commit 3531d06

Please sign in to comment.