Skip to content

Commit

Permalink
gdal proj gdal rpjr
Browse files Browse the repository at this point in the history
  • Loading branch information
fitnr committed Dec 2, 2017
1 parent a4d6f90 commit 712585c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ cache:
before_install:
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then sudo apt-get -q update; fi
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then sudo apt-get -q install -y lib${GDAL}-dev ; fi
- if [[ $TRAVIS_PYTHON_VERSION != 3.6 ]]; then export GDAL_DATA=/usr/local/share/gdal PROJ_LIB=/usr/local/share/proj ; fi
- if [[ $TRAVIS_PYTHON_VERSION != 3.6 ]]; then export GDAL_DATA=/usr/share/gdal PROJ_LIB=/usr/share/proj ; fi
- pip install docutils coverage python-coveralls
- if [[ -z "$EXTRAS" ]]; then pip uninstall -y numpy visvalingamwyatt || :; fi
- make
Expand All @@ -77,8 +77,7 @@ before_script:
after_failure:
- fio info --indent 2 tests/test_data/cb_2014_us_nation_20m.json
- fio info --indent 2 tests/test_data/tl_2015_11_place.json
- ls /usr/local/share/gdal
- ls /usr/local/share/proj
- find / -type d \( -name gdal -or -name proj \) 2>/dev/null

script:
- make test QUIET=
Expand Down

0 comments on commit 712585c

Please sign in to comment.