summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory Farnum <gfarnum@redhat.com>2020-05-01 21:30:00 +0200
committerGitHub <noreply@github.com>2020-05-01 21:30:00 +0200
commit294a662a869b902e7a10de8c996efa379dbcea10 (patch)
tree55eadeecb1bd3054e5256b81cc2d69ba6e10e3b6
parentMerge pull request #34765 from changchengx/doc (diff)
parentcephfs-shell: Change tox testenv name to py3 (diff)
downloadceph-294a662a869b902e7a10de8c996efa379dbcea10.tar.xz
ceph-294a662a869b902e7a10de8c996efa379dbcea10.zip
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>
-rw-r--r--src/tools/cephfs/tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tools/cephfs/tox.ini b/src/tools/cephfs/tox.ini
index 147b114423e..c1cbff05136 100644
--- a/src/tools/cephfs/tox.ini
+++ b/src/tools/cephfs/tox.ini
@@ -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