summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cb66b469..3e921862 100644
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,9 @@ clean:
-rm -f setuptools-*.egg distribute-*.egg distribute-*.tar.gz
-rm -rf doc/_build/*
+sterile: clean
+ -rm -rf .tox .tox_kits
+
LINTABLE = coverage setup.py test
lint: