diff options
-rw-r--r-- | src/tools/cephfs/tox.ini | 3 |
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 |