We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea07b6d commit ce98e49Copy full SHA for ce98e49
.travis.yml
@@ -4,6 +4,10 @@ python:
4
- "3.2"
5
- "3.3"
6
- "3.6"
7
+before_install:
8
+ - sudo apt-get -qq update
9
+ - sudo apt-get install -y gdal-bin
10
+
11
install:
12
- pip install -r requirements.txt
13
script:
0 commit comments