From b8861be41e7d2b834d62ff60be92d84020d270d6 Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Fri, 3 May 2019 12:04:08 -0400 Subject: [PATCH] Pin pep8 and tidy to Python 2 The code in the repository has not been updated to pass Python 3 linting. Pin the Python version to 2 for now. Change-Id: Ied5d4b77886ad065be07f624fbab317e24d493cf Signed-off-by: Thanh Ha --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 03b6434dd9..7c1dc8a6d8 100644 --- a/tox.ini +++ b/tox.ini @@ -20,10 +20,12 @@ commands = sphinx-build -W -n -b html -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html [testenv:tidy] +basepython = python2 deps = robotframework commands = python ./tools/robot_check/tidytool.py diff csit tools [testenv:pep8] +basepython = python2 deps = flake8~=3.5.0 commands = flake8 -- 2.36.6