# HG changeset patch # User Philippe Pepiot # Date 1548767068 -3600 # Node ID 4443ae7c9a2d8d528f080f9152abc32456ec1221 # Parent 9a78d50a1ff61368b5cdf305d13ab4aee3ab1881 [skeleton] use python3 flake8 In tox "flake8" environment, use python 3 virtualenv, so we can check for python3 incompatible syntax. diff -r 9a78d50a1ff6 -r 4443ae7c9a2d cubicweb/skeleton/tox.ini.tmpl --- a/cubicweb/skeleton/tox.ini.tmpl Tue Jan 29 14:02:19 2019 +0100 +++ b/cubicweb/skeleton/tox.ini.tmpl Tue Jan 29 14:04:28 2019 +0100 @@ -8,6 +8,7 @@ {envpython} -m pytest {posargs:test} [testenv:flake8] +basepython = python3 skip_install = true deps = flake8