diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-18 09:23:19 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-04-18 09:23:19 -0400 |
| commit | ca7835307e10412cd8530dafa1cbfea199ab98bd (patch) | |
| tree | 42e9fb54efebe8a5a0cdc2902a610cc85ef8a156 /Makefile | |
| parent | 1903ef717f4ac58b14ac9beb3d19af9f1bd4b457 (diff) | |
| download | python-coveragepy-ca7835307e10412cd8530dafa1cbfea199ab98bd.tar.gz | |
Put coveragetest.py under the pylint regime.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
