summaryrefslogtreecommitdiffstats
path: root/src/tools/cephfs/top/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/cephfs/top/tox.ini')
-rw-r--r--src/tools/cephfs/top/tox.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/tools/cephfs/top/tox.ini b/src/tools/cephfs/top/tox.ini
new file mode 100644
index 000000000..b125c0bc8
--- /dev/null
+++ b/src/tools/cephfs/top/tox.ini
@@ -0,0 +1,7 @@
+[tox]
+envlist = py3
+skipsdist = true
+
+[testenv:py3]
+deps = flake8
+commands = flake8 --ignore=W503 --max-line-length=100 cephfs-top