diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2018-05-05 09:56:25 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2018-05-05 09:56:25 -0400 |
commit | 23b0a977d88934d8fb241911c9b56e88987bdd21 (patch) | |
tree | 9ca4e76f6607a32fc5a87cfcda20172ac29e8e81 | |
parent | 19845437442e0124437725ed7dd328bcd46e3d67 (diff) | |
download | python-coveragepy-git-23b0a977d88934d8fb241911c9b56e88987bdd21.tar.gz |
Clean the pytest cache
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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* |