diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2012-11-17 23:32:01 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2012-11-17 23:32:01 -0500 |
| commit | 9c8f90d69a8fc5b9712528e49254a3e9bdce4c34 (patch) | |
| tree | 157990c696d33daff5258c31ea301b306c6c5558 /Makefile | |
| parent | 99919c394b697ed0f260cfe338b5283e842073eb (diff) | |
| download | python-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-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
