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:
Gregory Farnum 2020-05-01 12:30:00 -07:00 committed by GitHub
commit 294a662a86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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