Update flake8 explicit version to 3.5.0

This commit is contained in:
Wan Liuyang 2018-02-28 14:22:57 +08:00
parent 5d70203ebf
commit 8609264492

View File

@ -6,7 +6,7 @@ envlist = py36
passenv = LC_ALL, LANG, HOME passenv = LC_ALL, LANG, HOME
deps = deps =
binaryornot binaryornot
flake8==2.5.5 flake8==3.5.0
pytest-cookies pytest-cookies
sh sh
commands = py.test {posargs:tests} commands = py.test {posargs:tests}