build: Pin to specific versions of Python packages we install from PyPI in Travis
This commit is contained in:
parent
2468471e13
commit
ee0b7c4e8a
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@
|
|||
export LC_ALL=C
|
||||
|
||||
travis_retry pip install codespell==1.13.0
|
||||
travis_retry pip install flake8
|
||||
travis_retry pip install flake8==3.5.0
|
||||
|
|
Loading…
Reference in a new issue