Removed pytest warning

This commit is contained in:
Eliot Berriot 2018-03-19 15:31:55 +01:00
commit 15300e255c
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27

View file

@ -6,7 +6,7 @@ exclude = .tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
max-line-length = 120
exclude=.tox,.git,*/migrations/*,*/static/CACHE/*,docs,node_modules
[pytest]
[tool:pytest]
DJANGO_SETTINGS_MODULE=config.settings.test
python_files = tests.py test_*.py *_tests.py
testpaths = tests