mirror of
https://github.com/ceph/ceph
synced 2024-12-16 00:15:35 +00:00
db69142b90
Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 lines
118 B
INI
9 lines
118 B
INI
[tox]
|
|
envlist = flake8
|
|
skipsdist = True
|
|
|
|
[testenv:flake8]
|
|
deps=
|
|
flake8
|
|
commands=flake8 --select=F,E9 --exclude=venv
|