Try to upgrade Postgis on travis

This commit is contained in:
Yohan Boniface 2019-04-07 14:05:56 +02:00
parent 17db76d003
commit 462e7a8a0f
2 changed files with 1 additions and 2 deletions

View file

@ -11,7 +11,7 @@ addons:
apt:
packages:
- libgdal-dev
- postgresql-9.6-postgis-2.3
- postgresql-9.6-postgis-2.4
env:
- UMAP_SETTINGS=umap/tests/settings.py
install:

View file

@ -2,4 +2,3 @@ from umap.settings.base import * # pylint: disable=W0614,W0401
SECRET_KEY = 'justfortests'
COMPRESS_ENABLED = False
POSTGIS_VERSION = (2, 3)