diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-10-25 09:39:13 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-10-25 09:39:13 -0400 |
| commit | 82282aac7b8f8c963bb94e7a40a0aa1d05cb6c87 (patch) | |
| tree | 28b6d32046d322271b98ffa1568a68e840b0ef1c /Makefile | |
| parent | 41fa1065c69f55def87e3fcecad602076d7cd790 (diff) | |
| download | python-coveragepy-82282aac7b8f8c963bb94e7a40a0aa1d05cb6c87.tar.gz | |
All test files can be linted
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 15 |
1 files changed, 2 insertions, 13 deletions
@@ -25,19 +25,8 @@ LINTABLE = \ coverage \ scripts/coverage \ setup.py \ - test/backtest.py \ - test/coverage_coverage.py \ - test/coveragetest.py \ - test/test_api.py \ - test/test_arcs.py \ - test/test_cmdline.py \ - test/test_codeunit.py \ - test/test_coverage.py \ - test/test_data.py \ - test/test_execfile.py \ - test/test_farm.py \ - test/test_templite.py - + test + lint: -python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc $(LINTABLE) python /Python25/Lib/tabnanny.py coverage scripts test setup.py |
