Skip to content

Commit

Permalink
Update Travis to use Postgres 10 and corresponding PostGIS
Browse files Browse the repository at this point in the history
  • Loading branch information
vikoivun committed Aug 20, 2019
1 parent aad16a6 commit a71c546
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down

0 comments on commit a71c546

Please sign in to comment.