From: Bob Halley Date: Sun, 29 Sep 2019 21:09:53 +0000 (-0700) Subject: more dep hackery for linting X-Git-Tag: v2.0.0rc1~357 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=054e11f42509c9e206e7d5c1a63651218102fe40;p=thirdparty%2Fdnspython.git more dep hackery for linting --- diff --git a/Makefile b/Makefile index d0993e09..11668402 100644 --- a/Makefile +++ b/Makefile @@ -67,6 +67,7 @@ test: test3: test lint: + ${PIP} show astroid >/dev/null 2>&1 || ${PIP} install ${PIPMODE} astroid pylint dns tests examples/*.py lint3: lint