summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 978d4051..1c7a446e 100644
--- a/Makefile
+++ b/Makefile
@@ -27,8 +27,8 @@ clean:
LINTABLE = coverage setup.py test
lint:
- -python -x /Python25/Scripts/pylint.bat --rcfile=.pylintrc $(LINTABLE)
- python /Python25/Lib/tabnanny.py $(LINTABLE)
+ -pylint --rcfile=.pylintrc $(LINTABLE)
+ python -m tabnanny $(LINTABLE)
python checkeol.py
pep8: