From: Alfredo Deza Date: Thu, 26 Feb 2015 19:37:25 +0000 (-0500) Subject: exclude the virtualenv from being linted in tox.ini X-Git-Tag: v0.94.10~27^2^2~157 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b944b06dc2479d77d6efac4f13932cb102ddfe1c;p=ceph.git exclude the virtualenv from being linted in tox.ini Signed-off-by: Alfredo Deza --- diff --git a/tox.ini b/tox.ini index 14399d0a3022..703de98121e7 100644 --- a/tox.ini +++ b/tox.ini @@ -5,4 +5,4 @@ skipsdist = True [testenv:flake8] deps= flake8 -commands=flake8 --select=F ceph-qa-suite +commands=flake8 --select=F --exclude=venv