radicale/setup.cfg

14 lines
294 B
INI
Raw Normal View History

[aliases]
test = pytest
[bdist_wheel]
python-tag = py3
[tool:pytest]
2018-09-08 14:42:21 +02:00
addopts = --flake8 --isort --cov -r s
norecursedirs = dist .cache .git build Radicale.egg-info .eggs venv
2019-06-15 09:46:28 +02:00
[isort]
known_standard_library=posixpath
known_third_party=gunicorn,passlib,pkg_resources,pytest,pytest_cov,vobject