summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index fa887e6..aad6842 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,10 @@ clean:
-rm -f setuptools-*.egg
-rm -rf doc/_build/*
-LINTABLE_TESTS = \
+LINTABLE = \
+ coverage \
+ scripts/coverage \
+ setup.py \
test/coverage_coverage.py \
test/coveragetest.py \
test/test_api.py \
@@ -34,8 +37,8 @@ LINTABLE_TESTS = \
test/test_templite.py
lint:
- -python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc coverage $(LINTABLE_TESTS) setup.py
- python /Python25/Lib/tabnanny.py coverage test setup.py
+ -python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc $(LINTABLE)
+ python /Python25/Lib/tabnanny.py coverage scripts test setup.py
python checkeol.py
testready: $(TEST_ZIP) devinst