give pytest-django the path to the app settings

This commit is contained in:
Andreas Zweili 2019-06-16 22:09:31 +02:00
parent 0f1da82e0c
commit 23a09231d1
1 changed files with 2 additions and 0 deletions

View File

@ -18,5 +18,7 @@ services:
- .:/code
ports:
- "8000:8000"
environment:
- DJANGO_SETTINGS_MODULE=network_inventory.settings
depends_on:
- db