7
This repository has been archived on 2023-05-07. You can view files and clone it, but cannot push or open issues or pull requests.
Files
cavemanon-wagtail-personali…/setup.cfg
2017-05-31 11:26:56 +02:00

14 lines
218 B
INI

[tool:pytest]
DJANGO_SETTINGS_MODULE = tests.sandbox.settings
norecursedirs = .tox .git
[flake8]
ignore=E731
max-line-length = 120
exclude=
src/**/migrations/*.py
[coverage:run]
omit =
src/**/migrations/*.py