Fix project setup

This commit is contained in:
Lucas Brémond 2020-12-31 14:18:16 -08:00
parent 8324d47999
commit 0311830771
2 changed files with 2 additions and 1 deletions

View File

@ -45,5 +45,5 @@ use_parentheses=True
line_length=88 line_length=88
[tool:pytest] [tool:pytest]
DJANGO_SETTINGS_MODULE = django_test_settings DJANGO_SETTINGS_MODULE = examples.django_test_settings
addopts = --random-order addopts = --random-order

View File

@ -20,6 +20,7 @@ tests_require = [
"coveralls", "coveralls",
"mock", "mock",
"pytz", "pytz",
"psycopg2-binary",
"django-filter>=2", "django-filter>=2",
"pytest-django>=3.3.2", "pytest-django>=3.3.2",
] + rest_framework_require ] + rest_framework_require