summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index f6c0314..d22dccd 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,11 @@ cscope:
git ls-files | xargs pycscope
test:
+ pylint -d c,r,i,W0613 -r n -f colorized \
+ --notes= \
+ --disable=star-args \
+ ./tests
+ pep8 tests
rm -f .coverage
nosetests -s