Skip to content

Commit 084f4cf

Browse files
committed
Fixed pip command for travis
1 parent 28eda79 commit 084f4cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ git:
1010
install:
1111
- sudo apt-get update -qq
1212
- 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
13+
- pip install GDAL==1.10.0 --global-option=build_ext --global-option="-I/usr/include/gdal"
14+
- pip install -r requirements.txt
1515

1616
before_script:
1717
"python demo.py -d"

0 commit comments

Comments
 (0)