mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-07-30 18:27:45 -05:00
Consolidate CI tools into setup.cfg and drop tox
This commit is contained in:
15
src/setup.cfg
Normal file
15
src/setup.cfg
Normal file
@@ -0,0 +1,15 @@
|
||||
[pycodestyle]
|
||||
exclude = migrations, paperless/settings.py
|
||||
|
||||
|
||||
[tool:pytest]
|
||||
DJANGO_SETTINGS_MODULE=paperless.settings
|
||||
addopts = --pythonwarnings=all -n auto
|
||||
env =
|
||||
PAPERLESS_CONSUME=/tmp
|
||||
PAPERLESS_PASSPHRASE=THISISNOTASECRET
|
||||
PAPERLESS_SECRET=paperless
|
||||
PAPERLESS_EMAIL_SECRET=paperless
|
||||
|
||||
[coverage:paths]
|
||||
source = ./
|
Reference in New Issue
Block a user