8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2e5262 commit dcc92c2Copy fu 8000 ll SHA for dcc92c2
build_tools/travis/install.sh
@@ -124,8 +124,7 @@ except ImportError:
124
fi
125
126
if [[ "$RUN_FLAKE8" == "true" ]]; then
127
- # flake8 version is temporarily set to 2.5.1 because the next
128
- # version available on conda (3.3.0) has a bug that checks non
129
- # python files and cause non meaningful flake8 errors
130
- conda install --yes flake8=2.5.1
+ # flake8 3.5 only available from pip at the time of writing (2017-11-08)
+ # bug fixed in flake8 3.5 is https://gitlab.com/pycqa/flake8/issues/362
+ pip install flake8
131
0 commit comments