ceph/tox.ini

9 lines
100 B
INI
Raw Normal View History

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