mirror of
https://github.com/ceph/ceph
synced 2024-12-26 21:43:10 +00:00
Merge pull request #34536 from varshar16/wip-cephfs-shell-flake8-py3
cephfs-shell: Change tox testenv name to py3 Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
294a662a86
@ -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