exclude the virtualenv from being linted in tox.ini

Signed-off-by: Alfredo Deza <adeza@redhat.com>
This commit is contained in:
Alfredo Deza 2015-02-26 14:37:25 -05:00
parent 20b2c3d29b
commit b944b06dc2

View File

@ -5,4 +5,4 @@ skipsdist = True
[testenv:flake8]
deps=
flake8
commands=flake8 --select=F ceph-qa-suite
commands=flake8 --select=F --exclude=venv