remove coverage files on clean

pull/20657/head
Brian Coca 9 years ago
parent 9e0fd313d7
commit 07f762c26b

@ -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

Loading…
Cancel
Save