Skip to content

Commit

Permalink
remove coverage files on clean
Browse files Browse the repository at this point in the history
  • Loading branch information
bcoca committed Jan 25, 2017
1 parent 9e0fd31 commit 07f762c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ clean:
@echo "Cleaning up authors file"
rm -f AUTHORS.TXT
find . -type f -name '*.pyc' -delete
rm -f /test/units/.coverage*
@echo "Cleaning up docsite"
$(MAKE) -C docs/docsite clean
$(MAKE) -C docs/api clean
Expand Down

0 comments on commit 07f762c

Please sign in to comment.