mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-06 22:57:36 +03:00
Merge setup.cfg and pytest.ini, fix tests
This commit is contained in:
parent
26d8214296
commit
864eb5931a
8 changed files with 26 additions and 24 deletions
|
@ -1,2 +1,9 @@
|
|||
[aliases]
|
||||
test=pytest
|
||||
test = pytest
|
||||
|
||||
[bdist_wheel]
|
||||
python-tag = py3
|
||||
|
||||
[tool:pytest]
|
||||
addopts = --flake8 --isort --cov radicale
|
||||
norecursedirs = dist .cache .git build *.egg-info .eggs venv
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue