Skip to content

Commit

Permalink
Try new conda hack to get a usable gdal environment
Browse files Browse the repository at this point in the history
  • Loading branch information
djhoese committed Aug 14, 2018
1 parent bfa282e commit fb55ea3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ matrix:
install:
- git clone --depth 1 git://github.com/astropy/ci-helpers.git
- source ci-helpers/travis/setup_conda.sh
# See https://github.com/conda/conda/issues/7626#issuecomment-412922028
- conda config --remove channels defaults
- conda install -y $CONDA_DEPENDENCIES
script:
- coverage run --source=satpy setup.py test
- coverage run -a --source=satpy -m behave satpy/tests/features --tags=-download
Expand Down

0 comments on commit fb55ea3

Please sign in to comment.