django-celery-monitor/setup.cfg

21 lines
396 B
INI
Raw Permalink Normal View History

[tool:pytest]
2017-05-03 06:52:45 +00:00
testpaths = tests/unit
python_classes = test_*
2017-05-03 06:52:45 +00:00
DJANGO_SETTINGS_MODULE=tests.proj.settings
[flake8]
# classes can be lowercase, arguments and variables can be uppercase
# whenever it makes the code more readable.
ignore = N806, N802, N801, N803
[pep257]
ignore = D102,D104,D203,D105,D213
match-dir = [^migrations]
[wheel]
universal = 1
2017-05-08 13:11:16 +00:00
[check-manifest]
ignore =
docs/_build*