ceph/tox.ini
Alfredo Deza b944b06dc2 exclude the virtualenv from being linted in tox.ini
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2015-02-26 14:37:25 -05:00

9 lines
115 B
INI

[tox]
envlist = flake8
skipsdist = True
[testenv:flake8]
deps=
flake8
commands=flake8 --select=F --exclude=venv