aboutsummaryrefslogtreecommitdiff
path: root/.travis
diff options
context:
space:
mode:
authorpracticalswift <practicalswift@users.noreply.github.com>2018-08-13 15:19:33 +0200
committerpracticalswift <practicalswift@users.noreply.github.com>2018-09-04 13:11:26 +0200
commitf8a81f73ac4fee82488806c2b384b36e8ee2acdf (patch)
tree339c8ede5b1b85b3c43d3c8e3a8dee4f6047e278 /.travis
parentada356208e153e088c729c102d5d79c9c9d66f1a (diff)
downloadbitcoin-f8a81f73ac4fee82488806c2b384b36e8ee2acdf.tar.xz
lint: Add spell check linter (codespell)
Diffstat (limited to '.travis')
-rwxr-xr-x.travis/lint_04_install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis/lint_04_install.sh b/.travis/lint_04_install.sh
index 34118a57c3..3a6ff73d79 100755
--- a/.travis/lint_04_install.sh
+++ b/.travis/lint_04_install.sh
@@ -6,4 +6,5 @@
export LC_ALL=C
+travis_retry pip install codespell
travis_retry pip install flake8