mirror of
https://github.com/ceph/ceph
synced 2024-12-21 02:42:48 +00:00
b944b06dc2
Signed-off-by: Alfredo Deza <adeza@redhat.com>
9 lines
115 B
INI
9 lines
115 B
INI
[tox]
|
|
envlist = flake8
|
|
skipsdist = True
|
|
|
|
[testenv:flake8]
|
|
deps=
|
|
flake8
|
|
commands=flake8 --select=F --exclude=venv
|