mirror of
https://github.com/Skyai-io/landsat-util.git
synced 2026-03-10 09:01:18 +00:00
install gdal after installing python
This commit is contained in:
@@ -19,8 +19,8 @@ before_install:
|
||||
|
||||
# Install packages
|
||||
install:
|
||||
- conda install --yes python=$TRAVIS_PYTHON_VERSION -c https://conda.binstar.org/osgeo gdal
|
||||
- conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib scikit-image requests six nose dateutil
|
||||
- conda install --yes -c https://conda.binstar.org/osgeo gdal
|
||||
- pip install --install-option="--no-cython-compile" cython
|
||||
- pip install -r requirements/travis.txt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user