From 86092644926b1f3acd3c0cace12c7c7c8aba7f8e Mon Sep 17 00:00:00 2001 From: Wan Liuyang Date: Wed, 28 Feb 2018 14:22:57 +0800 Subject: [PATCH] Update flake8 explicit version to 3.5.0 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a16b80ed6..a4acdd159 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ envlist = py36 passenv = LC_ALL, LANG, HOME deps = binaryornot - flake8==2.5.5 + flake8==3.5.0 pytest-cookies sh commands = py.test {posargs:tests}