summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-04-18 09:23:19 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-04-18 09:23:19 -0400
commit3a9da152eef647f28d1c12f62b982a7f473a0270 (patch)
treeccf2fcd7876af0b8c4f5679da37d9ae16a4da8f9 /Makefile
parent57e66ae6cd833b1b0da5b71e1c4b6e223c8ca062 (diff)
downloadpython-coveragepy-git-3a9da152eef647f28d1c12f62b982a7f473a0270.tar.gz
Put coveragetest.py under the pylint regime.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index da450733..ac935664 100644
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,7 @@ lint: clean
-python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc coverage
-python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc test/test_execfile.py
-python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc test/test_farm.py
+ -python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc test/coveragetest.py
python /Python25/Lib/tabnanny.py coverage
python checkeol.py