diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-05-13 09:13:45 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-05-13 09:13:45 -0400 |
| commit | 3e5d133fb9254498f4de5108c979eee683e195f7 (patch) | |
| tree | 58db41fec51cfff2335679ec55ad1665a310e987 /Makefile | |
| parent | d839a04b842081fd67987e67552a4c8f49a9b934 (diff) | |
| download | python-coveragepy-git-3e5d133fb9254498f4de5108c979eee683e195f7.tar.gz | |
Add the last few docstrings, and no pylint messages!
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |
