diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-12 14:34:21 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-12 14:34:21 -0400 |
| commit | 030fa036e592c3336da512a37945c3b0d0ac701e (patch) | |
| tree | cafe1f354ef0fc6c1bfc6901f7574be3c4750fd9 /Makefile | |
| parent | c6933d0d26c8fb26fd26d6b4cf93204cdbb7ef3e (diff) | |
| download | python-coveragepy-git-030fa036e592c3336da512a37945c3b0d0ac701e.tar.gz | |
Pylint tweaks
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ clean: 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 /Python25/Lib/tabnanny.py coverage python checkeol.py |
