Create extension for plpython

This commit is contained in:
Raul Ochoa 2016-01-13 19:32:50 +01:00
parent 74abee2700
commit 553c64bd8b

View File

@ -13,6 +13,7 @@ addons:
before_install:
- createdb template_postgis
- psql -c "CREATE EXTENSION postgis" template_postgis
- psql -c "CREATE EXTENSION plpython" template_postgis
env:
- NPROCS=1 JOBS=1 PGUSER=postgres