summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-08-11 22:28:07 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-08-11 22:28:07 -0400
commit242e7551d487d3de87a359fb351c3a80e0941724 (patch)
treec9b56e5b3311f8c368a447ee47276b55cef57bd3 /Makefile
parent08ce976c928c9f5f3e403ae393266a5735bc96c1 (diff)
downloadpython-coveragepy-242e7551d487d3de87a359fb351c3a80e0941724.tar.gz
When making local kits, clean the cache to avoid confusion
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 233be41..8f244d0 100644
--- a/Makefile
+++ b/Makefile
@@ -65,6 +65,9 @@ winkit:
kit_local:
cp -v dist/* `awk -F "=" '/find-links/ {print $$2}' ~/.pip/pip.conf`
+ # pip caches wheels of things it has installed. Clean them out so we
+ # don't go crazy trying to figure out why our new code isn't installing.
+ find ~/Library/Caches/pip/wheels -name 'coverage-*' -delete
pypi:
python setup.py register