summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-05-02 07:43:19 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-05-02 07:43:19 -0400
commit4e7dcd23d91f04e0aa140395a6c463181352849b (patch)
tree4cf747afea1e7528d694b585640acc14f3d1c83a /Makefile
parent02145b31bc6e07e3f575e3e8ec825b5ec674aa7f (diff)
downloadpython-coveragepy-git-4e7dcd23d91f04e0aa140395a6c463181352849b.tar.gz
Weeding in collector.py
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ed06a412..0ca6a55a 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ LINTABLE_TESTS = \
test/test_farm.py \
test/test_templite.py
-lint: clean
+lint:
-python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc coverage
-python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc $(LINTABLE_TESTS)
python /Python25/Lib/tabnanny.py coverage