From d332b9f5194b00e1cc4bf6e778b03561450dd520 Mon Sep 17 00:00:00 2001 From: Jeremy Hooke Date: Fri, 19 May 2017 13:20:44 +1000 Subject: [PATCH] Bump Travis dist version to Trusty Fixes gdal install error. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index da13406d..6c0da49c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +dist: trusty language: python python: - '3.5' @@ -21,6 +22,7 @@ install: - popd - export CPLUS_INCLUDE_PATH="/usr/include/gdal" - export C_INCLUDE_PATH="/usr/include/gdal" + # The python gdal bindings version need to match the gdal version of the system - travis_retry pip install pylint pytest-cov pep8 coveralls GDAL==1.10.0 - travis_retry pip install -r requirements.txt script: