Skip to content

Commit b33bf4a

Browse files
jrebackTomAugspurger
authored andcommitted
STYLE: fix flake8=3.4.1 (pandas-dev#18418)
(cherry picked from commit bdbd654)
1 parent b46e96d commit b33bf4a

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)