summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-01-03 09:49:14 -0500
committerNed Batchelder <ned@nedbatchelder.com>2017-01-03 09:49:14 -0500
commit9a1dd4f56a9605cf019f08c356224546f5ce62a6 (patch)
treeae0c1c519ae53790eb8174825594d3a6e28efc96 /Makefile
parent7951aefa5929a79f96a655aa52871b6e38569c43 (diff)
downloadpython-coveragepy-git-9a1dd4f56a9605cf019f08c356224546f5ce62a6.tar.gz
Mysterious case of 'coverage2' being available in py35, not sure why
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 207a24db..e7420a7e 100644
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,7 @@ default:
@echo "* No default action *"
clean:
+ -pip uninstall -y coverage
-rm -f *.pyd */*.pyd
-rm -f *.so */*.so
-PYTHONPATH=. python tests/test_farm.py clean