Try to upgrade Postgis on travis
This commit is contained in:
parent
17db76d003
commit
462e7a8a0f
2 changed files with 1 additions and 2 deletions
|
@ -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:
|
||||
|
|
|
@ -2,4 +2,3 @@ from umap.settings.base import * # pylint: disable=W0614,W0401
|
|||
|
||||
SECRET_KEY = 'justfortests'
|
||||
COMPRESS_ENABLED = False
|
||||
POSTGIS_VERSION = (2, 3)
|
||||
|
|
Loading…
Reference in a new issue