radicale/setup.cfg
2018-04-27 18:37:22 +02:00

16 lines
281 B
INI

[aliases]
test = pytest
[bdist_wheel]
python-tag = py3
[tool:pytest]
addopts = --flake8 --isort --cov radicale --cov radicale_vobject -r s
norecursedirs = dist .cache .git build Radicale.egg-info .eggs venv
[isort]
skip = radicale_vobject
[flake8]
exclude = radicale_vobject/*