mirror of
https://github.com/ceph/ceph
synced 2024-12-09 13:08:28 +00:00
9 lines
123 B
INI
9 lines
123 B
INI
[tox]
|
|
envlist = flake8
|
|
skipsdist = True
|
|
|
|
[testenv:flake8]
|
|
deps=
|
|
flake8
|
|
commands=flake8 --select=F,E9 --exclude=venv,.tox
|