ceph/tox.ini
Alfredo Deza db69142b90 do not ommit syntax errors in linter checks
Signed-off-by: Alfredo Deza <adeza@redhat.com>
2015-08-06 08:38:52 -04:00

9 lines
118 B
INI

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