From a71c546eb02df1a11653bf4c005d0981eb29cc13 Mon Sep 17 00:00:00 2001 From: Ville Koivunen Date: Tue, 20 Aug 2019 13:16:55 +0300 Subject: [PATCH] Update Travis to use Postgres 10 and corresponding PostGIS --- .travis.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 72c4a5a06..0f7044808 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +1,11 @@ language: python python: - '3.6' -- '3.7-dev' +- '3.7' matrix: allow_failures: - - python: 3.7-dev + - python: 3.7 cache: directories: @@ -15,10 +15,11 @@ env: - DJANGO=Django>=1.9 sudo: false addons: - postgresql: '9.4' + postgresql: '10' apt: packages: - postgresql-9.4-postgis-2.3 + postgresql-10-postgis-2.5 + postgresql-10-postgis-2.5-scripts install: - pip install --upgrade pip