Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: c07bbe010ee350d6bb63006ff8829a16d0d9d4a9 https://github.com/galaxyproject/galaxy/commit/c07bbe010ee350d6bb63006ff8829... Author: John Chilton <jmchilton@gmail.com> Date: 2016-07-26 (Tue, 26 Jul 2016) Changed paths: A .ci/flake8_lint_include_list.txt A .ci/flake8_wrapper_imports.sh M .travis.yml M setup.cfg M tox.ini Log Message: ----------- Add import order linting using tox and flake8-import-order. Adds two tasks: - Add a task that just lints everything the way Galaxy's default linting is (py27-lint-imports) and don't enforce it passes on Travis. - Add a task that just lints a subset we expect to past, hopefully we can grow this subset over time. Once the inverse of the subset we are testing is just the blacklist, we can eliminate bothtasks and just wrap this into Galaxy's default linting. These tasks require an older flake8 until https://github.com/PyCQA/flake8-import-order/issues/79#issuecomment-23505227... is part of a released version of flake8. Commit: 8b597ed01a6fd4335b78ba66875a40f430423c34 https://github.com/galaxyproject/galaxy/commit/8b597ed01a6fd4335b78ba66875a4... Author: Martin Cech <cech.marten@gmail.com> Date: 2016-07-26 (Tue, 26 Jul 2016) Changed paths: A .ci/flake8_lint_include_list.txt A .ci/flake8_wrapper_imports.sh M .travis.yml M setup.cfg M tox.ini Log Message: ----------- Merge pull request #2661 from jmchilton/lint_imports Add import order linting using tox and flake8-import-order. Compare: https://github.com/galaxyproject/galaxy/compare/71151c6b2dd3...8b597ed01a6f