summaryrefslogtreecommitdiff
path: root/fabfile.py
diff options
context:
space:
mode:
Diffstat (limited to 'fabfile.py')
-rw-r--r--fabfile.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/fabfile.py b/fabfile.py
index 8d5281f4..cf0151e4 100644
--- a/fabfile.py
+++ b/fabfile.py
@@ -25,6 +25,7 @@ def clean():
local("rm -rf dist")
local("rm -rf htmlcov")
local("rm -rf docs/_build")
+ local("rm -rf .pytest_cache")
@task