2016-07-04 14:29:38 +02:00
|
|
|
[aliases]
|
2017-04-15 10:51:00 +02:00
|
|
|
test = pytest
|
|
|
|
|
|
|
|
[bdist_wheel]
|
|
|
|
python-tag = py3
|
|
|
|
|
|
|
|
[tool:pytest]
|
2018-08-14 18:44:51 +02:00
|
|
|
addopts = --flake8 --isort --cov radicale -r s
|
2018-08-14 18:45:21 +02:00
|
|
|
norecursedirs = dist .cache .git build Radicale.egg-info .eggs venv
|