mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-01-31 09:24:07 +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:
|
||||
- psql -c 'create database psycopg2_test;' -U postgres
|
||||
- psql -c 'create extension hstore;' -U postgres
|
||||
|
||||
install:
|
||||
- python setup.py install
|
||||
|
|
Loading…
Reference in New Issue
Block a user