summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-05-05 09:56:25 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-05-05 09:56:25 -0400
commit5c9e5dfeb925afd6f3194bfccb98ae06ed49f37c (patch)
treec6036f921227802d46bc62d6123aec083a870ce6
parenta1e51bf68880920e62934ed5ceb76d072fd50d2b (diff)
downloadpython-coveragepy-5c9e5dfeb925afd6f3194bfccb98ae06ed49f37c.tar.gz
Clean the pytest cache
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a3c375e..d9bc177 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,7 @@ clean:
-rm -f setuptools-*.egg distribute-*.egg distribute-*.tar.gz
-rm -rf doc/_build doc/_spell doc/sample_html_beta
-rm -rf .tox_kits
+ -rm -rf .cache .pytest_cache
sterile: clean
-rm -rf .tox*