We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbeeb9b commit 2da6e6eCopy full SHA for 2da6e6e
.travis.yml
@@ -15,6 +15,7 @@ before_install:
15
- sudo apt-get install -y python-gdal
16
- export CPLUS_INCLUDE_PATH=/usr/include/gdal
17
- export C_INCLUDE_PATH=/usr/include/gdal
18
+ - sudo apt-get install python-rpy2
19
install:
20
- pip install GDAL==$(gdal-config --version | awk -F'[.]' '{print $1"."$2}')
21
- pip install -r requirements.txt
0 commit comments