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: v10.2.6~165^2^2~536 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=69a86b31ac9a90fe7ecbe25d6d6efc6c7a9299f9;p=ceph.git exclude the virtualenv from being linted in tox.ini Signed-off-by: Alfredo Deza (cherry picked from commit b944b06dc2479d77d6efac4f13932cb102ddfe1c) (cherry picked from commit 6de0a684d5b4460390e610806201e3eaf05feb6e) --- diff --git a/tox.ini b/tox.ini index 14399d0a302..703de98121e 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