From 0fb6805157cc3c701cdec09d012613d4433120e3 Mon Sep 17 00:00:00 2001 From: Varsha Rao Date: Mon, 13 Apr 2020 19:04:56 +0530 Subject: [PATCH] cephfs-shell: Change tox testenv name to py3 Fixes: https://tracker.ceph.com/issues/45071 Signed-off-by: Varsha Rao --- src/tools/cephfs/tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/tools/cephfs/tox.ini b/src/tools/cephfs/tox.ini index 147b114423e..c1cbff05136 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 -- 2.47.3