we still need the user

This commit is contained in:
Thomas Steen Rasmussen 2020-07-12 23:07:55 +02:00
parent 1b6d5bcdd5
commit ab626cc3f6
1 changed files with 3 additions and 0 deletions

View File

@ -15,6 +15,9 @@ addons:
packages:
- postgresql-10-postgis-2.5
before_script:
- psql -U postgres -c "CREATE ROLE bornhack WITH SUPERUSER LOGIN PASSWORD 'bornhack';"
install:
- pip install -r src/requirements/dev.txt