mirror of
https://github.com/umap-project/umap.git
synced 2025-04-30 20:12:37 +02:00
Fix Travis failing to load gdal
This commit is contained in:
parent
249c3fa32b
commit
19fad173bb
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