Skip to content

Commit ce98e49

Browse files
committed
use gdal-bin package for gdallocationinfo binary used for testing
1 parent ea07b6d commit ce98e49

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ python:
44
- "3.2"
55
- "3.3"
66
- "3.6"
7+
before_install:
8+
- sudo apt-get -qq update
9+
- sudo apt-get install -y gdal-bin
10+
711
install:
812
- pip install -r requirements.txt
913
script:

0 commit comments

Comments
 (0)