]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
fix flake8 exclusions 206/head
authorAlfredo Deza <alfredo.deza@inktank.com>
Wed, 2 Jul 2014 18:24:19 +0000 (14:24 -0400)
committerAlfredo Deza <alfredo.deza@inktank.com>
Wed, 2 Jul 2014 18:24:19 +0000 (14:24 -0400)
Signed-off-by: Alfredo Deza <alfredo.deza@inktank.com>
tox.ini

diff --git a/tox.ini b/tox.ini
index e4ecdd2e668a503202c0b54a2711a508f05b5bdd..e671444d56a1d23ef2e54e98e45586947c96d036 100644 (file)
--- 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}