summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-04-16 22:46:07 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-04-16 22:46:07 -0400
commit8de394a11922bd1778745e08768ae0db1ada4227 (patch)
treec0f727fcfc64fce8cabbfd346ca3526522fdee20 /Makefile
parent0b79941f37f6bd9a56afac0178713d082a0db0fb (diff)
downloadpython-coveragepy-8de394a11922bd1778745e08768ae0db1ada4227.tar.gz
New pylint returns a status code: ignore it.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index d3cc083..da45073 100644
--- a/Makefile
+++ b/Makefile
@@ -21,9 +21,9 @@ clean:
-rm -f setuptools-*.egg
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 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 /Python25/Lib/tabnanny.py coverage
python checkeol.py