]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
tox.ini: exclude .tox dir from flake8
authorJosh Durgin <jdurgin@redhat.com>
Thu, 28 Jul 2016 21:44:46 +0000 (14:44 -0700)
committerJosh Durgin <jdurgin@redhat.com>
Thu, 28 Jul 2016 21:52:56 +0000 (14:52 -0700)
Signed-off-by: Josh Durgin <jdurgin@redhat.com>
(cherry picked from commit 50f32756a472c29cc6c18a128e5b6cc99c9371e5)

tox.ini

diff --git a/tox.ini b/tox.ini
index 3bbe0565d8e759c52b6ebbf84b77aedc43caae3d..c5826ecb6ecd86fe4347f2019705b6fdac0e0887 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -5,4 +5,4 @@ skipsdist = True
 [testenv:flake8]
 deps=
   flake8
-commands=flake8 --select=F,E9 --exclude=venv
+commands=flake8 --select=F,E9 --exclude=venv,.tox