]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
exclude the virtualenv from being linted in tox.ini
authorAlfredo Deza <adeza@redhat.com>
Thu, 26 Feb 2015 19:37:25 +0000 (14:37 -0500)
committerAlfredo Deza <adeza@redhat.com>
Thu, 26 Feb 2015 21:22:58 +0000 (16:22 -0500)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
(cherry picked from commit b944b06dc2479d77d6efac4f13932cb102ddfe1c)
(cherry picked from commit 6de0a684d5b4460390e610806201e3eaf05feb6e)

tox.ini

diff --git a/tox.ini b/tox.ini
index 14399d0a3022fada17cbbd9ed548291760709836..703de98121e7cd972091f669f68e0e77555a3cb6 100644 (file)
--- 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