Copy over environment settings when testing.
This commit is contained in:
parent
a86cf5ecc1
commit
2df37f6976
|
@ -8,4 +8,5 @@ install:
|
||||||
- pip install -r src/requirements/dev.txt
|
- pip install -r src/requirements/dev.txt
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- cp src/bornhack/environment_settings.py.dist.dev src/bornhack/environment_settings.py
|
||||||
- cd src; python manage.py test
|
- cd src; python manage.py test
|
||||||
|
|
Loading…
Reference in a new issue