From ae0614aa865ac07ac61c4a6bf34726e17843feb5 Mon Sep 17 00:00:00 2001 From: Jeff Reback Date: Tue, 21 Nov 2017 20:36:16 -0500 Subject: [PATCH] STYLE: fix flake8=3.4.1 --- ci/install_travis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/install_travis.sh b/ci/install_travis.sh index 4d8a371ba2994..dac3625cba4ba 100755 --- a/ci/install_travis.sh +++ b/ci/install_travis.sh @@ -107,7 +107,7 @@ time conda install -n pandas pytest>=3.1.0 time pip install pytest-xdist moto if [ "$LINT" ]; then - conda install flake8 + conda install flake8=3.4.1 pip install cpplint fi