1 2 3 4 5 6 7
[tox] envlist = py3 skipsdist = true [testenv:py3] deps = flake8 commands = flake8 --ignore=W503 --max-line-length=100 cephfs-shell