aboutsummaryrefslogtreecommitdiff
path: root/.travis
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2019-07-25 18:15:41 -0400
committerMarcoFalke <falke.marco@gmail.com>2019-08-15 08:05:14 -0400
commitfa3c6575cac5e3841797980fe60b8368ae579dba (patch)
treefe58ce2671756a98918e237fcde8dd3fe7c74b98 /.travis
parentfa25668e1c8982548f1c6f94780709c625811469 (diff)
downloadbitcoin-fa3c6575cac5e3841797980fe60b8368ae579dba.tar.xz
lint: Add false positive to python dead code linter
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/lint_04_install.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis/lint_04_install.sh b/.travis/lint_04_install.sh
index 62174620f2..20bff368a5 100755
--- a/.travis/lint_04_install.sh
+++ b/.travis/lint_04_install.sh
@@ -6,9 +6,9 @@
export LC_ALL=C
-travis_retry pip install codespell==1.15.0
-travis_retry pip install flake8==3.5.0
-travis_retry pip install vulture==0.29
+travis_retry pip3 install codespell==1.15.0
+travis_retry pip3 install flake8==3.5.0
+travis_retry pip3 install vulture==0.29
SHELLCHECK_VERSION=v0.6.0
curl -s "https://storage.googleapis.com/shellcheck/shellcheck-${SHELLCHECK_VERSION}.linux.x86_64.tar.xz" | tar --xz -xf - --directory /tmp/