]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
continue struggling with travis bitrot
authorBob Halley <halley@dnspython.org>
Sun, 29 Sep 2019 21:17:50 +0000 (14:17 -0700)
committerBob Halley <halley@dnspython.org>
Sun, 29 Sep 2019 21:17:50 +0000 (14:17 -0700)
Makefile

index 11668402e3c0e2e8227664dde69f136e3c33f639..d0993e0903239643da790ea2e6792ff73c8790b2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -67,7 +67,6 @@ test:
 test3: test
 
 lint:
-       ${PIP} show astroid >/dev/null 2>&1 || ${PIP} install ${PIPMODE} astroid
        pylint dns tests examples/*.py
 
 lint3: lint