Skip to content

Commit

Permalink
Merge #14389: travis: set codespell version to avoid breakage
Browse files Browse the repository at this point in the history
d10f2cd 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
  • Loading branch information
MarcoFalke committed Oct 4, 2018
2 parents 69a29b5 + d10f2cd commit 4b4e948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/lint_04_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4b4e948

Please sign in to comment.