cephfs-shell: Change tox testenv name to py3

Fixes: https://tracker.ceph.com/issues/45071
Signed-off-by: Varsha Rao <varao@redhat.com>
This commit is contained in:
Varsha Rao 2020-04-13 19:04:56 +05:30
parent ae1bb9d55d
commit 0fb6805157

View 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