mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-01-31 17:34:08 +03:00
Create the hstore extension in the trevis db
This commit is contained in:
parent
0be783c454
commit
b3cd125d27
|
@ -12,6 +12,7 @@ python:
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- psql -c 'create database psycopg2_test;' -U postgres
|
- psql -c 'create database psycopg2_test;' -U postgres
|
||||||
|
- psql -c 'create extension hstore;' -U postgres
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- python setup.py install
|
- python setup.py install
|
||||||
|
|
Loading…
Reference in New Issue
Block a user