We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a5101 commit 933bc1cCopy full SHA for 933bc1c
.travis.yml
@@ -30,11 +30,12 @@ install:
30
pip install --upgrade pip
31
pip install --upgrade setuptools
32
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 ..
+ - |
+ cd geos-3.3.3
+ export GEOS_DIR=$HOME/.local/
+ ./configure --prefix=$GEOS_DIR
+ make; make install
38
+ cd ..
39
# - pip install pep8
40
- python setup.py install
41
0 commit comments