Skip to content

Commit

Permalink
install gdal after installing python
Browse files Browse the repository at this point in the history
  • Loading branch information
Scisco committed Apr 23, 2015
1 parent 597f966 commit 182e2f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 182e2f1

Please sign in to comment.