From: Alfredo Deza Date: Wed, 2 Jul 2014 18:07:24 +0000 (-0400) Subject: add testenv for flake8 in tox X-Git-Tag: v1.5.8~9^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d067b4a3733cf40eb9900eb3c780bb3c55aaab0d;p=ceph-deploy.git add testenv for flake8 in tox Signed-off-by: Alfredo Deza --- diff --git a/tox.ini b/tox.ini index 49028bc..e4ecdd2 100644 --- a/tox.ini +++ b/tox.ini @@ -13,3 +13,8 @@ changedir=docs/source deps=sphinx commands= sphinx-build -W -b html -d {envtmpdir}/doctrees . {envtmpdir}/html + +[testenv:flake8] +skipsdist=true +deps=flake8 +commands=flake8 --select=F {posargs:ceph_deploy}