Create the hstore extension in the trevis db

This commit is contained in:
Daniele Varrazzo 2016-12-24 00:18:09 +01:00
parent 0be783c454
commit b3cd125d27

View File

@ -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