summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/Makefile b/Makefile
index b493483d..84c75ce5 100644
--- a/Makefile
+++ b/Makefile
@@ -21,15 +21,11 @@ clean:
-rm -f setuptools-*.egg
-rm -rf doc/_build/*
-LINTABLE = \
- coverage \
- scripts/coverage \
- setup.py \
- test
+LINTABLE = coverage setup.py test
lint:
-python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc $(LINTABLE)
- python /Python25/Lib/tabnanny.py coverage scripts test setup.py
+ python /Python25/Lib/tabnanny.py $(LINTABLE)
python checkeol.py
testready: testdata devinst