]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
Pylint: enable check for tests
authorMartin <martin.basti@gmail.com>
Sat, 2 Jul 2016 01:11:11 +0000 (03:11 +0200)
committerMartin <martin.basti@gmail.com>
Sat, 2 Jul 2016 01:18:42 +0000 (03:18 +0200)
Makefile

index 3c6dd84211d8d90063ad28f86219d896f0ed4424..ec4996fba8281ccfe1b53327a4aa537372196440 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -61,4 +61,4 @@ test:
        cd tests; make PYTHON=${PYTHON} test
 
 lint:
-       pylint dns
+       pylint dns tests