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
commit23b0a977d88934d8fb241911c9b56e88987bdd21 (patch)
tree9ca4e76f6607a32fc5a87cfcda20172ac29e8e81
parent19845437442e0124437725ed7dd328bcd46e3d67 (diff)
downloadpython-coveragepy-git-23b0a977d88934d8fb241911c9b56e88987bdd21.tar.gz
Clean the pytest cache
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a3c375e0..d9bc1775 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*