diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ LINTABLE_TESTS = \ lint: -python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc coverage $(LINTABLE_TESTS) - python /Python25/Lib/tabnanny.py coverage + python /Python25/Lib/tabnanny.py coverage test python checkeol.py testready: $(TEST_ZIP) devinst |