diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-16 22:46:07 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-16 22:46:07 -0400 |
commit | 4df3f70cb7c5b97d035d82b506a9a0b9e0f81fa9 (patch) | |
tree | a4e134d6bc0c36d457064a1c0ec71eb315eb9b58 | |
parent | 341ae4222fbba91987dac1ff0d2debe5c0c8ef99 (diff) | |
download | python-coveragepy-git-4df3f70cb7c5b97d035d82b506a9a0b9e0f81fa9.tar.gz |
New pylint returns a status code: ignore it.
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |