summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-05-13 09:13:45 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-05-13 09:13:45 -0400
commit324679043657f885692db511a0714aa43a9385f0 (patch)
tree2049596d83939f38f1f7f4a45002ec547bc4718b /Makefile
parent67d7d12e26ee6c2fb48fc5124e8779aaf05ebbe8 (diff)
downloadpython-coveragepy-324679043657f885692db511a0714aa43a9385f0.tar.gz
Add the last few docstrings, and no pylint messages!
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 8d37f87..f932df8 100644
--- a/Makefile
+++ b/Makefile
@@ -32,8 +32,7 @@ LINTABLE_TESTS = \
test/test_templite.py
lint:
- -python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc coverage
- -python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc $(LINTABLE_TESTS)
+ -python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc coverage $(LINTABLE_TESTS)
python /Python25/Lib/tabnanny.py coverage
python checkeol.py