From: Petr Spacek Date: Tue, 12 Jul 2016 12:46:52 +0000 (+0200) Subject: Build: run pylint as part of test/check make target X-Git-Tag: v1.15.0~20^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a5b311af560d8011be38e44e02aef337323a576;p=thirdparty%2Fdnspython.git Build: run pylint as part of test/check make target --- diff --git a/Makefile b/Makefile index b4f48770..b367d796 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ tags: check: test -test: +test: lint cd tests; make PYTHON=${PYTHON} test lint: