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 | ca395b502d64037455ed19ec366fc88642721396 (patch) | |
| tree | 779613d7b91af2726f2c758d5b9b185e13da323c /Makefile | |
| parent | c6ffb97a152efe2b14f28ee94dc948d3eaf5a06d (diff) | |
| download | python-coveragepy-ca395b502d64037455ed19ec366fc88642721396.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 |
