aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2018-10-04 04:16:16 -0300
committerMarcoFalke <falke.marco@gmail.com>2018-10-04 04:16:20 -0300
commit4b4e9486af9a9b46997ebb579c58bf8d5f83a276 (patch)
tree7c754ecf0a7000451e089f51e282164a4c8da696
parent69a29b5a8ecf4e067e0a2479e72192109bd3918a (diff)
parentd10f2cd7d8506aec8b406c346b35d3c31f0f37df (diff)
downloadbitcoin-4b4e9486af9a9b46997ebb579c58bf8d5f83a276.tar.xz
Merge #14389: travis: set codespell version to avoid breakage
d10f2cd7d8 travis: set codespell version to avoid breakage (MarcoFalke) Pull request description: codespell changes the behaviour across version, so just hardcode the version to avoid warnings when they bump the version. Tree-SHA512: f1a4d078d28c088cf0036f5160bfd79d5e4ccda061e535c066a74cd3d54d41b43ffa4df87a00d1941957ce0b5b60cb69135f6eee85e3e38bd496808fdf36743f
-rwxr-xr-x.travis/lint_04_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis/lint_04_install.sh b/.travis/lint_04_install.sh
index 3a6ff73d79..7925189021 100755
--- a/.travis/lint_04_install.sh
+++ b/.travis/lint_04_install.sh
@@ -6,5 +6,5 @@
export LC_ALL=C
-travis_retry pip install codespell
+travis_retry pip install codespell==1.13.0
travis_retry pip install flake8