diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2009-07-09 09:38:19 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-07-09 09:38:19 -0400 |
| commit | 59e3df3aee79e4af21557870a89edd64a84ebc8d (patch) | |
| tree | 32b14fd9a124a9d45f0a99ca0000e0cd32bbae03 /Makefile | |
| parent | f6ebfe308bc715dca44d89f16a06f01d3162d715 (diff) | |
| download | python-coveragepy-59e3df3aee79e4af21557870a89edd64a84ebc8d.tar.gz | |
Setup.py should be linted too
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -34,8 +34,8 @@ LINTABLE_TESTS = \ test/test_templite.py lint: - -python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc coverage $(LINTABLE_TESTS) - python /Python25/Lib/tabnanny.py coverage test + -python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc coverage $(LINTABLE_TESTS) setup.py + python /Python25/Lib/tabnanny.py coverage test setup.py python checkeol.py testready: $(TEST_ZIP) devinst |
