From: Varsha Rao Date: Mon, 13 Apr 2020 13:34:56 +0000 (+0530) Subject: cephfs-shell: Change tox testenv name to py3 X-Git-Tag: v16.1.0~2443^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0fb6805157cc3c701cdec09d012613d4433120e3;p=ceph.git cephfs-shell: Change tox testenv name to py3 Fixes: https://tracker.ceph.com/issues/45071 Signed-off-by: Varsha Rao --- diff --git a/src/tools/cephfs/tox.ini b/src/tools/cephfs/tox.ini index 147b114423edd..c1cbff051369a 100644 --- a/src/tools/cephfs/tox.ini +++ b/src/tools/cephfs/tox.ini @@ -1,6 +1,7 @@ [tox] +envlist = py3 skipsdist = true -[testenv:flake8] +[testenv:py3] deps = flake8 commands = flake8 --ignore=W503 --max-line-length=100 cephfs-shell