Skip to content

Commit

Permalink
Merge pull request #541 from geopython/fix-travis
Browse files Browse the repository at this point in the history
fix travis
  • Loading branch information
cehbrecht authored Jul 3, 2020
2 parents b0fcd64 + 3fec8eb commit 622121d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: python

sudo: required
dist: trusty
# sudo: required
os: linux
dist: xenial

python:
- "3.6"
Expand All @@ -14,6 +15,8 @@ addons:
sources:
- sourceline: 'ppa:ubuntugis/ppa'
packages:
- libnetcdf-dev
- libhdf5-dev
- gdal-bin
- libgdal-dev
- devscripts
Expand Down

0 comments on commit 622121d

Please sign in to comment.