From: Martin Date: Sat, 2 Jul 2016 01:11:11 +0000 (+0200) Subject: Pylint: enable check for tests X-Git-Tag: v1.15.0~40^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff21c89d70b254027d647c4d8eb83cc1e3954c8b;p=thirdparty%2Fdnspython.git Pylint: enable check for tests --- diff --git a/Makefile b/Makefile index 3c6dd842..ec4996fb 100644 --- a/Makefile +++ b/Makefile @@ -61,4 +61,4 @@ test: cd tests; make PYTHON=${PYTHON} test lint: - pylint dns + pylint dns tests