From d2650a64bba4987c4cc639e24d2efa79c21e65fd Mon Sep 17 00:00:00 2001 From: Jay Date: Mon, 2 Jul 2018 19:40:33 -0700 Subject: [PATCH] Updates conda to use all conda-forge --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 09c4c9e..3854d83 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,8 +36,8 @@ before_install: install: - conda config --add channels conda-forge - - conda install -c conda-forge libgdal gdal numpy xerces-c - - conda install -q h5py pandas sqlalchemy pyyaml networkx affine protobuf scipy pvl + - conda install -c conda-forge libgdal gdal numpy pyproj h5py pvl scipy protobuf affine jinja2 networkx pandas sqlalchemy pyyaml + - conda install -c usgs-astrogeology usgscam # Development installation - conda install -q pytest pytest-cov sh coveralls nbsphinx -- GitLab