paperless-ngx/src/setup.cfg
Mark Schmitt a21fb36cd2 github-actions: readding previously removed "-n auto"
possibly this is fixed by the wheel dependency that was missing before.
2021-01-02 11:33:56 +01:00

16 lines
286 B
INI

[pycodestyle]
exclude = migrations, paperless/settings.py, .tox, */tests/*
[tool:pytest]
DJANGO_SETTINGS_MODULE=paperless.settings
addopts = --pythonwarnings=all --cov --cov-report=html -n auto
env =
PAPERLESS_DISABLE_DBHANDLER=true
[coverage:run]
source =
./
omit =
*/tests/*