django-configurations/setup.cfg
Jannis Leidel 7799241900 Use py.test.
Signed-off-by: Jannis Leidel <jannis@leidel.info>
2015-01-06 23:27:00 +01:00

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