summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-07-25 12:26:25 +0000
committerIan Cordasco <graffatcolmingov@gmail.com>2016-07-25 12:26:25 +0000
commit217aa8185c784f6514ef2004c110e1f33d4dc6c3 (patch)
tree3421e968b7f62eff2f6b6cebdeef9530a2829657
parentff0bf5f0f91b69bfd677822e0d26f47e7def86c5 (diff)
parent777e7e3854c431a0965d5f1db3f01bfcae513d30 (diff)
downloadflake8-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.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index a138e1b..a47fb00 100644
--- a/tox.ini
+++ b/tox.ini
@@ -31,7 +31,7 @@ commands =
basepython = python3
skip_install = true
deps =
- flake8
+ flake8<3
flake8-docstrings>=0.2.7
flake8-import-order
commands =