From: Jan Fajerski Date: Tue, 11 Aug 2020 12:08:33 +0000 (+0200) Subject: ceph-volume: run flake8 in pyhton3 X-Git-Tag: v16.1.0~1447^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F36565%2Fhead;p=ceph.git ceph-volume: run flake8 in pyhton3 Fixes: https://tracker.ceph.com/issues/46897 Signed-off-by: Jan Fajerski --- 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}