we still need the user
This commit is contained in:
parent
1b6d5bcdd5
commit
ab626cc3f6
|
@ -15,6 +15,9 @@ addons:
|
||||||
packages:
|
packages:
|
||||||
- postgresql-10-postgis-2.5
|
- postgresql-10-postgis-2.5
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- psql -U postgres -c "CREATE ROLE bornhack WITH SUPERUSER LOGIN PASSWORD 'bornhack';"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install -r src/requirements/dev.txt
|
- pip install -r src/requirements/dev.txt
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue