Skip to content

Commit bdbd654

Browse files
authored
STYLE: fix flake8=3.4.1 (#18418)
1 parent 2dbf2a6 commit bdbd654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/install_travis.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ time conda install -n pandas pytest>=3.1.0
107107
time pip install pytest-xdist moto
108108

109109
if [ "$LINT" ]; then
110-
conda install flake8
110+
conda install flake8=3.4.1
111111
pip install cpplint
112112
fi
113113

0 commit comments

Comments
 (0)