From 65a94e70a09097e50e6a31c8791841f0a69a24f4 Mon Sep 17 00:00:00 2001 From: jlaura <jlaura@usgs.gov> Date: Mon, 30 Jul 2018 19:02:36 -0700 Subject: [PATCH] Updates due to gdal failures on travis (#69) * Updates due to gdal failures on travis * typo * updates to try and get channels sorted --- .travis.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5983ba0..f4d6990 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,12 +35,9 @@ before_install: - python -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)" install: - - conda config --add channels conda-forge - conda config --add channels usgs-astrogeology - - 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 + - conda config --add channels conda-forge + - conda install libgdal gdal numpy pyproj h5py pvl scipy protobuf affine jinja2 networkx pandas sqlalchemy pyyaml ncurses usgscam pytest pytest-cov sh coveralls nbsphinx script: - pytest --cov=plio -- GitLab