Fix Travis failing to load gdal
This commit is contained in:
parent
6f69ae4bfe
commit
e1b5c08c56
1 changed files with 6 additions and 0 deletions
|
@ -7,6 +7,12 @@ python:
|
||||||
- "3.6"
|
- "3.6"
|
||||||
services:
|
services:
|
||||||
- postgresql
|
- postgresql
|
||||||
|
addons:
|
||||||
|
postgresql: "9.6"
|
||||||
|
apt:
|
||||||
|
packages:
|
||||||
|
- libgdal-dev
|
||||||
|
- postgresql-9.6-postgis-2.3
|
||||||
env:
|
env:
|
||||||
- UMAP_SETTINGS=umap/tests/settings.py
|
- UMAP_SETTINGS=umap/tests/settings.py
|
||||||
install:
|
install:
|
||||||
|
|
Loading…
Reference in a new issue