Thanks to visit codestin.com Credit goes to github.com
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 555bf6b commit 3fa7a06Copy full SHA for 3fa7a06
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