[Travis] install postgresql-plpython-9.3 package, now needed

This commit is contained in:
Sandro Santilli 2014-06-05 15:06:14 +02:00
parent f9f73d2d62
commit 1f7b8db532

View File

@ -6,6 +6,7 @@ addons:
before_install: before_install:
#- sudo apt-get install -q postgresql-9.3-postgis-2.1 #- sudo apt-get install -q postgresql-9.3-postgis-2.1
- sudo apt-get install -q postgresql-server-dev-9.3 - sudo apt-get install -q postgresql-server-dev-9.3
- sudo apt-get install -q postgresql-plpython-9.3
# Install schema_triggers # Install schema_triggers
- hg clone https://bitbucket.org/malloclabs/pg_schema_triggers && - hg clone https://bitbucket.org/malloclabs/pg_schema_triggers &&
cd pg_schema_triggers && make && sudo make install && cd - cd pg_schema_triggers && make && sudo make install && cd -