From: Alfredo Deza Date: Wed, 2 Jul 2014 18:24:19 +0000 (-0400) Subject: fix flake8 exclusions X-Git-Tag: v1.5.8~9^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F206%2Fhead;p=ceph-deploy.git fix flake8 exclusions Signed-off-by: Alfredo Deza --- 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}