radicale/setup.cfg

10 lines
179 B
INI
Raw Normal View History

[aliases]
test = pytest
[bdist_wheel]
python-tag = py3
[tool:pytest]
2017-06-21 09:49:03 +02:00
addopts = --flake8 --isort --cov radicale -r s
norecursedirs = dist .cache .git build *.egg-info .eggs venv