]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
cephfs-shell: Change tox testenv name to py3 34536/head
authorVarsha Rao <varao@redhat.com>
Mon, 13 Apr 2020 13:34:56 +0000 (19:04 +0530)
committerVarsha Rao <varao@redhat.com>
Mon, 13 Apr 2020 13:34:56 +0000 (19:04 +0530)
Fixes: https://tracker.ceph.com/issues/45071
Signed-off-by: Varsha Rao <varao@redhat.com>
src/tools/cephfs/tox.ini

index 147b114423eddcc547da6f145e473cdf962076af..c1cbff051369ab76f895d9f2c01089de700f9d8b 100644 (file)
@@ -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