mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-03-16 22:20:27 +00:00
11 lines
203 B
INI
11 lines
203 B
INI
[pytest]
|
|
django_find_project = false
|
|
addopts = --cov configurations
|
|
DJANGO_SETTINGS_MODULE = tests.settings.main
|
|
DJANGO_CONFIGURATION = Test
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|
|
[flake8]
|
|
ignore = E124,E501,E127,E128
|