Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: 5c79e27436446f064674f29bbcd08760a419506f https://github.com/galaxyproject/galaxy/commit/5c79e27436446f064674f29bbcd08... Author: Nicola Soranzo <nicola.soranzo@tgac.ac.uk> Date: 2016-07-28 (Thu, 28 Jul 2016) Changed paths: M tox.ini Log Message: ----------- Unpin flake8 in py27-lint-imports* test environments flake8-import-order 0.9 has been released Commit: ec6e6255c109b5c6a9096fcd281a02e6559dd585 https://github.com/galaxyproject/galaxy/commit/ec6e6255c109b5c6a9096fcd281a0... Author: Nicola Soranzo <nicola.soranzo@tgac.ac.uk> Date: 2016-07-28 (Thu, 28 Jul 2016) Changed paths: M .ci/flake8_lint_include_list.txt Log Message: ----------- Extend the list to all files already passing Generated with: find . -path ./.venv -prune -o -path ./.tox -prune -o -path ./eggs -prune -o -path ./database -prune -o -name '*.py' -print0 | sort -z | xargs -0 -L 1 -I '{}' sh -c 'flake8 -qq {} && echo {}' | sed 's|^\./||' > .ci/flake8_lint_include_list.txt followed by some manual editing. Commit: 5c2402f837411972bb534918c4b72891a58a3816 https://github.com/galaxyproject/galaxy/commit/5c2402f837411972bb534918c4b72... Author: Dannon Baker <dannon.baker@gmail.com> Date: 2016-07-28 (Thu, 28 Jul 2016) Changed paths: M .ci/flake8_lint_include_list.txt M tox.ini Log Message: ----------- Merge pull request #2682 from nsoranzo/flake8-import-order Extend the list of files tested with flake8-import-order to all files already passing Compare: https://github.com/galaxyproject/galaxy/compare/e8f2a74f21e0...5c2402f83741