From 13425b472be2b693a2847b8190185eee1b1b2710 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Fri, 29 Dec 2017 13:34:03 +0100 Subject: providing 'make pylint' --- Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.in b/Makefile.in index 5f3c47a..a879ae2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -50,3 +50,6 @@ install: $(templates) install-data check: @export TALER_CONFIG_FILE=@abs_srcdir@/talersurvey/tests.conf; \ python3 setup.py test + +pylint: + @pylint talersurvey/ -- cgit v1.2.3