Should be able to create test database.
This commit is contained in:
parent
6c6fd30057
commit
14d71b2ec5
|
@ -11,7 +11,7 @@ install:
|
||||||
- pip install -r src/requirements/dev.txt
|
- pip install -r src/requirements/dev.txt
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- psql -c "CREATE ROLE bornhack WITH LOGIN PASSWORD 'bornhack';"
|
- psql -c "CREATE ROLE bornhack WITH CREATEDB LOGIN PASSWORD 'bornhack';"
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cp src/bornhack/environment_settings.py.dist.dev src/bornhack/environment_settings.py
|
- cp src/bornhack/environment_settings.py.dist.dev src/bornhack/environment_settings.py
|
||||||
|
|
Loading…
Reference in a new issue