Should be able to create test database.

This commit is contained in:
Víðir Valberg Guðmundsson 2019-03-28 01:10:16 +01:00
parent 6c6fd30057
commit 14d71b2ec5
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ install:
- pip install -r src/requirements/dev.txt
before_script:
- psql -c "CREATE ROLE bornhack WITH LOGIN PASSWORD 'bornhack';"
- psql -c "CREATE ROLE bornhack WITH CREATEDB LOGIN PASSWORD 'bornhack';"
script:
- cp src/bornhack/environment_settings.py.dist.dev src/bornhack/environment_settings.py