Copy over environment settings when testing.

This commit is contained in:
Víðir Valberg Guðmundsson 2019-03-28 00:06:00 +01:00
parent a86cf5ecc1
commit 2df37f6976
1 changed files with 1 additions and 0 deletions

View File

@ -8,4 +8,5 @@ install:
- pip install -r src/requirements/dev.txt
script:
- cp src/bornhack/environment_settings.py.dist.dev src/bornhack/environment_settings.py
- cd src; python manage.py test