diff options
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 |
