also create the database maybe
This commit is contained in:
parent
438befe863
commit
c0fb47b941
|
@ -14,11 +14,12 @@ addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- postgresql-10-postgis-2.5
|
- postgresql-10-postgis-2.5
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
- psql -U postgres -c "CREATE ROLE bornhack WITH SUPERUSER LOGIN PASSWORD 'bornhack';"
|
||||||
|
- createdb -O bornhack bornhack
|
||||||
- psql -U postgres -c "CREATE EXTENSION postgis" bornhack
|
- psql -U postgres -c "CREATE EXTENSION postgis" bornhack
|
||||||
- psql -U postgres -c "CREATE EXTENSION btree_gist" bornhack
|
- psql -U postgres -c "CREATE EXTENSION btree_gist" bornhack
|
||||||
- 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