Merge pull request #581 from umap-project/fix-travis
WIP fix Travis failing to load gdal
This commit is contained in:
commit
1921ad8615
1 changed files with 6 additions and 0 deletions
|
@ -7,6 +7,12 @@ python:
|
|||
- "3.6"
|
||||
services:
|
||||
- postgresql
|
||||
addons:
|
||||
postgresql: "9.6"
|
||||
apt:
|
||||
packages:
|
||||
- libgdal-dev
|
||||
- postgresql-9.6-postgis-2.3
|
||||
env:
|
||||
- UMAP_SETTINGS=umap/tests/settings.py
|
||||
install:
|
||||
|
|
Loading…
Reference in a new issue