ComptaClub/tox.ini

8 lines
194 B
INI
Raw Permalink Normal View History

2020-02-17 21:38:47 +01:00
[flake8]
max-line-length = 100
exclude = migrations, manage.py, ._*
[pytest]
2022-05-06 14:49:54 +02:00
DJANGO_SETTINGS_MODULE = config.settings
2020-02-17 21:38:47 +01:00
# -- recommended but optional:
python_files = tests.py test_*.py *_tests.py