mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
5 lines
248 B
INI
5 lines
248 B
INI
[pytest]
|
|
# Broken with Travis, see https://gitlab.com/pycqa/flake8/issues/164
|
|
# addopts = --flake8 --isort --cov radicale/ radicale/tests
|
|
addopts = --isort --cov radicale/ radicale/tests
|
|
norecursedirs = dist .cache .git build *.egg-info .eggs venv
|