Set a lower-limit on flake8-docstrings

flake8-docstrings is broken on 0.2.6 with flake8 2.6.0, 0.2.7 was
released today which fixes the problem. Let's avoid that version if at
all possible.
This commit is contained in:
Ian Cordasco 2016-06-16 06:35:51 -05:00
parent 29896e648a
commit eff77e2bc2
No known key found for this signature in database
GPG key ID: 656D3395E4A9791A

View file

@ -21,7 +21,7 @@ skip_install = true
use_develop = false
deps =
flake8
flake8-docstrings
flake8-docstrings>=0.2.7
flake8-import-order
commands =
flake8