diff --git a/.travis.yml b/.travis.yml index 8a657c2a..32dae7b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,5 @@ sudo: false - cache: pip - language: python services: @@ -11,6 +9,12 @@ services: python: - "2.7" +addons: + postgresql: 9.6 + apt: + packages: + - postgresql-9.6-postgis-2.3 + branches: only: - master