diff -r a570191d67b0 -r 2fcb53ee5178 tox.ini --- a/tox.ini Tue Oct 09 16:24:12 2018 +0200 +++ b/tox.ini Mon Oct 29 10:04:31 2018 +0100 @@ -18,10 +18,10 @@ web: {envpython} -m pytest {posargs} {toxinidir}/cubicweb/web/test [testenv:flake8] -basepython=python2 +basepython=python3 skip_install = true deps = - flake8 >= 3.5, < 3.6 + flake8 >= 3.6 whitelist_externals = /bin/sh commands = /bin/sh -c "flake8 `xargs -a {toxinidir}/flake8-ok-files.txt`"