summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-07-26 19:32:49 +0000
committerIan Cordasco <graffatcolmingov@gmail.com>2016-07-26 19:32:49 +0000
commit3766f3a58411c9ca9a3be26bca921a11c512836c (patch)
treeab3996b10342b88345dbad5ef382d02f32dc3eea
parentc40b562feb68221fa97568265124baa734d09e57 (diff)
downloadflake8-uncap-flake8.tar.gz
Update our flake8 testenv dependencies uncap-flake8
We had capped Flake8 until flake8-import-order created a new release. We can now add a lower bound to flake8-import-order and uncap Flake8.
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index a47fb00..5dc700e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -31,9 +31,9 @@ commands =
basepython = python3
skip_install = true
deps =
- flake8<3
+ flake8
flake8-docstrings>=0.2.7
- flake8-import-order
+ flake8-import-order>=0.9
commands =
flake8 src/flake8/ tests/ setup.py