Skip to content

Commit 2da6e6e

Browse files
author
7048730
committed
upd travis config
- try fix rpy2 install via apt
1 parent cbeeb9b commit 2da6e6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ before_install:
1515
- sudo apt-get install -y python-gdal
1616
- export CPLUS_INCLUDE_PATH=/usr/include/gdal
1717
- export C_INCLUDE_PATH=/usr/include/gdal
18+
- sudo apt-get install python-rpy2
1819
install:
1920
- pip install GDAL==$(gdal-config --version | awk -F'[.]' '{print $1"."$2}')
2021
- pip install -r requirements.txt

0 commit comments

Comments
 (0)