Skip to content

Commit ee0b7c4

Browse files
build: Pin to specific versions of Python packages we install from PyPI in Travis
1 parent 2468471 commit ee0b7c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/lint_04_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77
export LC_ALL=C
88

99
travis_retry pip install codespell==1.13.0
10-
travis_retry pip install flake8
10+
travis_retry pip install flake8==3.5.0

0 commit comments

Comments
 (0)