summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-11-17 23:32:01 -0500
committerNed Batchelder <ned@nedbatchelder.com>2012-11-17 23:32:01 -0500
commit9c8f90d69a8fc5b9712528e49254a3e9bdce4c34 (patch)
tree157990c696d33daff5258c31ea301b306c6c5558 /Makefile
parent99919c394b697ed0f260cfe338b5283e842073eb (diff)
downloadpython-coveragepy-git-9c8f90d69a8fc5b9712528e49254a3e9bdce4c34.tar.gz
Add tests and docs to the kit, though they are not installed. #137
--HG-- rename : doc/branches.py => lab/branches.py
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3e921862..2c87f004 100644
--- a/Makefile
+++ b/Makefile
@@ -22,10 +22,10 @@ clean:
-rm -f $(TEST_ZIP)
-rm -rf test/eggsrc/build test/eggsrc/dist test/eggsrc/*.egg-info
-rm -f setuptools-*.egg distribute-*.egg distribute-*.tar.gz
- -rm -rf doc/_build/*
+ -rm -rf doc/_build
sterile: clean
- -rm -rf .tox .tox_kits
+ -rm -rf .tox*
LINTABLE = coverage setup.py test