]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
more dep hackery for linting
authorBob Halley <halley@dnspython.org>
Sun, 29 Sep 2019 21:09:53 +0000 (14:09 -0700)
committerBob Halley <halley@dnspython.org>
Sun, 29 Sep 2019 21:09:53 +0000 (14:09 -0700)
Makefile

index d0993e0903239643da790ea2e6792ff73c8790b2..11668402e3c0e2e8227664dde69f136e3c33f639 100644 (file)
--- 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