Skip to content

Commit

Permalink
Bump Travis dist version to Trusty
Browse files Browse the repository at this point in the history
Fixes gdal install error.
  • Loading branch information
jeremyh committed May 19, 2017
1 parent 81ab5ca commit d332b9f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist: trusty
language: python
python:
- '3.5'
Expand All @@ -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:
Expand Down

0 comments on commit d332b9f

Please sign in to comment.