From 5a9790d9243f874d82642d9de82ba68fbabacee6 Mon Sep 17 00:00:00 2001 From: Kyr Shatskyy Date: Fri, 13 Dec 2019 03:08:55 +0100 Subject: [PATCH] tox: add flake8-py3 env Signed-off-by: Kyr Shatskyy --- tox.ini | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tox.ini b/tox.ini index 710b60248d..d46be1c7b8 100644 --- a/tox.ini +++ b/tox.ini @@ -52,6 +52,13 @@ deps= flake8 commands=flake8 --select=F,E9 {posargs:teuthology scripts} +[testenv:flake8-py3] +basepython=python3 +install_command = pip install --upgrade {opts} {packages} +deps= + flake8 +commands=flake8 --select=F,E9 {posargs:teuthology scripts} + [testenv:docs] install_command = pip install --upgrade {opts} {packages} basepython=python -- 2.39.5