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-04-26 15:39:34 +02:00
|
|
|
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/*
|