summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Basti <martin.basti@gmail.com>2016-06-26 21:09:04 +0200
committerMartin Basti <martin.basti@gmail.com>2016-06-27 01:35:43 +0200
commitd7e0aefa19e33fdc896596ab0867ac5c86faf772 (patch)
tree55404877bb2cc71b257a5309a78752e28ff82f00 /Makefile
parent257f2ae5d3c4e4dc93ccd472c4717c6b705c6e6d (diff)
downloaddnspython-d7e0aefa19e33fdc896596ab0867ac5c86faf772.tar.gz
Add pylint checker
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index fdc4792..3c6dd84 100644
--- a/Makefile
+++ b/Makefile
@@ -59,3 +59,6 @@ check: test
test:
cd tests; make PYTHON=${PYTHON} test
+
+lint:
+ pylint dns