radicale/setup.cfg
2017-04-15 10:51:00 +02:00

10 lines
174 B
INI

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