From fb55ea317be7e06eb0aa0f3a970beb1ef702a719 Mon Sep 17 00:00:00 2001 From: David Hoese Date: Tue, 14 Aug 2018 11:44:52 -0500 Subject: [PATCH] Try new conda hack to get a usable gdal environment --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 37ddcfff9f..d5c91c6524 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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