radicale/setup.cfg

10 lines
186 B
INI
Raw Normal View History

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