ComptaClub/tox.ini

8 lines
198 B
INI
Raw Normal View History

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