From 03ec346fa410b8f2816f42d6f0fc5204ff9f1ccf Mon Sep 17 00:00:00 2001 From: Jan Fajerski Date: Tue, 11 Aug 2020 14:08:33 +0200 Subject: [PATCH] ceph-volume: run flake8 in pyhton3 Fixes: https://tracker.ceph.com/issues/46897 Signed-off-by: Jan Fajerski --- src/ceph-volume/tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ceph-volume/tox.ini b/src/ceph-volume/tox.ini index 3f091afc78dd6..6ccf3e775caad 100644 --- a/src/ceph-volume/tox.ini +++ b/src/ceph-volume/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py36, py3, flake8 +envlist = py36, py3, py3-flake8 skip_missing_interpreters = true [testenv] @@ -9,7 +9,7 @@ deps= install_command=./tox_install_command.sh {opts} {packages} commands=py.test -v {posargs:ceph_volume/tests} --ignore=ceph_volume/tests/functional -[testenv:flake8] +[testenv:py3-flake8] deps=flake8 commands=flake8 {posargs:ceph_volume} -- 2.39.5