From: Kyr Shatskyy Date: Fri, 13 Dec 2019 02:08:55 +0000 (+0100) Subject: tox: add flake8-py3 env X-Git-Tag: 1.1.0~177^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5a9790d9243f874d82642d9de82ba68fbabacee6;p=teuthology.git tox: add flake8-py3 env Signed-off-by: Kyr Shatskyy --- diff --git a/tox.ini b/tox.ini index 710b60248..d46be1c7b 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