]> git-server-git.apps.pok.os.sepia.ceph.com Git - cephmetrics.git/commitdiff
Add tox.ini with flake8 job
authorZack Cerza <zack@redhat.com>
Mon, 26 Jun 2017 18:32:48 +0000 (12:32 -0600)
committerZack Cerza <zack@redhat.com>
Mon, 26 Jun 2017 18:32:48 +0000 (12:32 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
tox.ini [new file with mode: 0644]

diff --git a/tox.ini b/tox.ini
new file mode 100644 (file)
index 0000000..a72f7c3
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,8 @@
+[tox]
+skipsdist = True
+
+[testenv:flake8]
+install_command = pip install --upgrade {opts} {packages}
+deps=
+  flake8
+commands=flake8 --select=F,E9 {posargs:*.py collectors tests}