diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-07-25 12:26:25 +0000 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-07-25 12:26:25 +0000 |
| commit | 217aa8185c784f6514ef2004c110e1f33d4dc6c3 (patch) | |
| tree | 3421e968b7f62eff2f6b6cebdeef9530a2829657 | |
| parent | ff0bf5f0f91b69bfd677822e0d26f47e7def86c5 (diff) | |
| parent | 777e7e3854c431a0965d5f1db3f01bfcae513d30 (diff) | |
| download | flake8-217aa8185c784f6514ef2004c110e1f33d4dc6c3.tar.gz | |
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
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ commands = basepython = python3 skip_install = true deps = - flake8 + flake8<3 flake8-docstrings>=0.2.7 flake8-import-order commands = |
