mirror of
https://github.com/ceph/ceph
synced 2024-12-27 14:03:25 +00:00
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:
parent
ae1bb9d55d
commit
0fb6805157
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user