Skip to content

Commit

Permalink
Merge branch 'unbreak-builds' into 'master'
Browse files Browse the repository at this point in the history
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
  • Loading branch information
sigmavirus24 committed Jul 25, 2016
2 parents ff0bf5f + 777e7e3 commit 217aa81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ commands =
basepython = python3
skip_install = true
deps =
flake8
flake8<3
flake8-docstrings>=0.2.7
flake8-import-order
commands =
Expand Down

0 comments on commit 217aa81

Please sign in to comment.