We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28eda79 commit 084f4cfCopy full SHA for 084f4cf
.travis.yml
@@ -10,8 +10,8 @@ git:
10
install:
11
- sudo apt-get update -qq
12
- sudo apt-get install -qq gdal-bin libgdal-dev libgdal1h libgdal1-dev libgeos-dev python-dev python3-dev
13
- - isolation install GDAL==1.10.0 --global-option=build_ext --global-option="-I/usr/include/gdal"
14
- - isolation install -r requirements.txt
+ - pip install GDAL==1.10.0 --global-option=build_ext --global-option="-I/usr/include/gdal"
+ - pip install -r requirements.txt
15
16
before_script:
17
"python demo.py -d"
0 commit comments