summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2019-09-29 14:09:53 -0700
committerBob Halley <halley@dnspython.org>2019-09-29 14:09:53 -0700
commit054e11f42509c9e206e7d5c1a63651218102fe40 (patch)
treedfd2ceef84b5d32ee18b108719b0d4d574a9cfd7 /Makefile
parent8f35c0dceabe298b2c0fd1749a628ae145354929 (diff)
downloaddnspython-054e11f42509c9e206e7d5c1a63651218102fe40.tar.gz
more dep hackery for linting
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d0993e0..1166840 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