From 5c9e5dfeb925afd6f3194bfccb98ae06ed49f37c Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 5 May 2018 09:56:25 -0400 Subject: Clean the pytest cache --- Makefile | 1 + 1 file changed, 1 insertion(+) 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* -- cgit v1.2.1