travis: add more deps

master
Oliver Tonnhofer 2015-09-29 14:22:36 +02:00
parent 1efbec4897
commit 157afcc0f8
1 changed files with 2 additions and 3 deletions

View File

@ -3,15 +3,14 @@ language: go
addons: addons:
apt: apt:
packages: packages:
- python-psycopg2
- python-nose - python-nose
- python-shapely - libgeos-dev
- osmosis
before_script: before_script:
- psql -U postgres -c "create extension postgis" - psql -U postgres -c "create extension postgis"
install: install:
- sudo apt-get install libleveldb-dev python-psycopg2 python-shapely libprotobuf-dev osmosis
- go get github.com/tools/godep - go get github.com/tools/godep
script: make script: make