1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00
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