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