]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
initial tox.ini to run flake8
authorAlfredo Deza <adeza@redhat.com>
Thu, 26 Feb 2015 16:18:44 +0000 (11:18 -0500)
committerAlfredo Deza <adeza@redhat.com>
Thu, 26 Feb 2015 18:52:57 +0000 (13:52 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit 7108b699fda247ce12cbeaea9dd0a32843775c27)

tox.ini [new file with mode: 0644]

diff --git a/tox.ini b/tox.ini
new file mode 100644 (file)
index 0000000..ce7c306
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,8 @@
+[tox]
+envlist = flake8
+skipsdist = True
+
+[testenv:flake8]
+deps=
+  flake8
+commands=flake8 --select=F