Skip to content

Commit 933bc1c

Browse files
committed
Fix indentation error in the yaml file.
1 parent 56a5101 commit 933bc1c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,12 @@ install:
3030
pip install --upgrade pip
3131
pip install --upgrade setuptools
3232
pip install $NUMPY
33-
- cd geos-3.3.3
34-
export GEOS_DIR=$HOME/.local/
35-
./configure --prefix=$GEOS_DIR
36-
make; make install
37-
cd ..
33+
- |
34+
cd geos-3.3.3
35+
export GEOS_DIR=$HOME/.local/
36+
./configure --prefix=$GEOS_DIR
37+
make; make install
38+
cd ..
3839
# - pip install pep8
3940
- python setup.py install
4041

0 commit comments

Comments
 (0)