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
commit3e5d133fb9254498f4de5108c979eee683e195f7 (patch)
tree58db41fec51cfff2335679ec55ad1665a310e987 /Makefile
parentd839a04b842081fd67987e67552a4c8f49a9b934 (diff)
downloadpython-coveragepy-git-3e5d133fb9254498f4de5108c979eee683e195f7.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 8d37f873..f932df85 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