From 5eb3bc4ce0261c5e4103bdef4f5e40027037242e Mon Sep 17 00:00:00 2001 From: jlaura Date: Wed, 6 Jun 2018 07:48:24 -0700 Subject: [PATCH] Update .travis.yml --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d05d2d0..c8f0de6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,8 @@ before_install: install: - conda config --add channels conda-forge - - conda install -q gdal h5py pandas sqlalchemy pyyaml networkx affine protobuf scipy pvl + - conda install -c conda-forge libgdal gdal + - conda install -q h5py pandas sqlalchemy pyyaml networkx affine protobuf scipy pvl # Development installation - conda install -q pytest pytest-cov sh coveralls nbsphinx -- GitLab