Merge branch 'unbreak-builds' into 'master'

Force flake8 test to below 3.x

The current version (0.8) of `flake8-import-order` still uses `parser.config_options` and so all builds fail because it installs Flake8 3.x.

Now the repository of that plugin already accounted for that but as long as it isn't released it'll cause all new builds to fail. Alternatively I can repurpose this merge request to actually enforce a newer version of `flake8-import-order` which supports Flake8 3.x.

See merge request !84
This commit is contained in:
Ian Cordasco 2016-07-25 12:26:25 +00:00
commit 217aa8185c

View file

@ -31,7 +31,7 @@ commands =
basepython = python3
skip_install = true
deps =
flake8
flake8<3
flake8-docstrings>=0.2.7
flake8-import-order
commands =