From 475374379b740454338b286209430ae4c193f984 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Wed, 2 Jul 2014 14:24:19 -0400 Subject: [PATCH] fix flake8 exclusions Signed-off-by: Alfredo Deza --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index e4ecdd2..e671444 100644 --- a/tox.ini +++ b/tox.ini @@ -15,6 +15,5 @@ commands= sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html [testenv:flake8] -skipsdist=true deps=flake8 -commands=flake8 --select=F {posargs:ceph_deploy} +commands=flake8 --select=F --exclude=vendor {posargs:ceph_deploy} -- 2.47.3