Update our flake8 testenv dependencies

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.
This commit is contained in:
Ian Cordasco 2016-07-26 19:32:49 +00:00
parent c40b562feb
commit 3766f3a584

View file

@ -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