Skip to content

Commit

Permalink
TRAVIS revert flake8 version to 2.5.1
Browse files Browse the repository at this point in the history
# Conflicts:
#	build_tools/travis/install.sh
  • Loading branch information
amueller committed Jun 28, 2017
1 parent 4c65d8e commit ab93d65
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build_tools/travis/install.sh
Expand Up @@ -116,5 +116,8 @@ else
fi

if [[ "$RUN_FLAKE8" == "true" ]]; then
conda install flake8
# flake8 version is temporarily set to 2.5.1 because the next
# version available on conda (3.3.0) has a bug that checks non
# python files and cause non meaningful flake8 errors
conda install --yes flake8=2.5.1
fi

0 comments on commit ab93d65

Please sign in to comment.