radicale/pytest.ini

7 lines
145 B
INI
Raw Normal View History

[pytest]
2016-07-07 14:30:10 +02:00
addopts = --flake8 --isort --cov radicale/ radicale/tests
norecursedirs = dist .cache .git build *.egg-info .eggs venv
[flake8]
jobs=1