# HG changeset patch # User Denis Laxalde # Date 1509352640 -3600 # Node ID 2e2425d2d54d63fe7bb40f20b89a1541caecf2bc # Parent a8ed10f80a8527b267b5c90909c6ab7715c82cb9 [tox] Bump flake8 version to 3.5 Previous patches fixed new errors raised in this version. diff -r a8ed10f80a85 -r 2e2425d2d54d tox.ini --- a/tox.ini Mon Oct 30 09:32:26 2017 +0100 +++ b/tox.ini Mon Oct 30 09:37:20 2017 +0100 @@ -20,7 +20,7 @@ [testenv:flake8] skip_install = true deps = - flake8 >= 3 + flake8 >= 3.5 whitelist_externals = /bin/sh commands = /bin/sh -c "flake8 `xargs -a {toxinidir}/flake8-ok-files.txt`"