Merge #14496: build: Pin to specific versions of Python packages we install from PyPI in Travis

ee0b7c4e8a1ec88877ffa65e772f66a8a66cb928 build: Pin to specific versions of Python packages we install from PyPI in Travis (practicalswift)

Pull request description:

  Pin to specific versions of Python packages we install from PyPI in Travis.

  To avoid the possibility of surprise build failures when a new version of a PyPI dependency is released.

Tree-SHA512: 1c9abc094ad6b38992d0e7a5dd7f6c6c070a2eb81b052eb2397c1f1a489162cf8cedbd33db9bf97f32a81ed4dd0e986a76815c623a9b6c04b6ca6c5832d68211
This commit is contained in:
Wladimir J. van der Laan 2018-10-17 16:00:28 +02:00 committed by pasta
parent c4a60148b9
commit a4ff5cada2

View File

@ -6,4 +6,4 @@
export LC_ALL=C
travis_retry pip install flake8
travis_retry pip install flake8==3.5.0