Loading .travis.yml +2 −2 Original line number Diff line number Diff line Loading @@ -40,9 +40,9 @@ install: - conda config --add channels usgs-astrogeology - conda config --add channels conda-forge - if $HAS_GDAL; then conda install libgdal gdal numpy pyproj h5py pvl scipy protobuf affine jinja2 networkx pandas sqlalchemy pyyaml ncurses pytest pytest-cov sh coveralls nbsphinx; conda env update -n test -f environment.yml; else conda install numpy pyproj h5py pvl scipy protobuf affine jinja2 networkx pandas sqlalchemy pyyaml ncurses pytest pytest-cov sh coveralls nbsphinx; conda env update -n test -f environment_noGDAL.yml; fi script: Loading environment.yml +6 −3 Original line number Diff line number Diff line Loading @@ -20,3 +20,6 @@ dependencies: - ncurses - pytest - pytest-cov - sh - coveralls - nbsphinx No newline at end of file environment_noGDAL.yml 0 → 100644 +23 −0 Original line number Diff line number Diff line name: plio channels: - conda-forge - usgs-astrogeology dependencies: - numpy - pyproj - h5py - pvl - scipy - protobuf - affine - jinja2 - networkx - pandas - sqlalchemy - pyyaml - ncurses - pytest - pytest-cov - sh - coveralls - nbsphinx No newline at end of file Loading
.travis.yml +2 −2 Original line number Diff line number Diff line Loading @@ -40,9 +40,9 @@ install: - conda config --add channels usgs-astrogeology - conda config --add channels conda-forge - if $HAS_GDAL; then conda install libgdal gdal numpy pyproj h5py pvl scipy protobuf affine jinja2 networkx pandas sqlalchemy pyyaml ncurses pytest pytest-cov sh coveralls nbsphinx; conda env update -n test -f environment.yml; else conda install numpy pyproj h5py pvl scipy protobuf affine jinja2 networkx pandas sqlalchemy pyyaml ncurses pytest pytest-cov sh coveralls nbsphinx; conda env update -n test -f environment_noGDAL.yml; fi script: Loading
environment.yml +6 −3 Original line number Diff line number Diff line Loading @@ -20,3 +20,6 @@ dependencies: - ncurses - pytest - pytest-cov - sh - coveralls - nbsphinx No newline at end of file
environment_noGDAL.yml 0 → 100644 +23 −0 Original line number Diff line number Diff line name: plio channels: - conda-forge - usgs-astrogeology dependencies: - numpy - pyproj - h5py - pvl - scipy - protobuf - affine - jinja2 - networkx - pandas - sqlalchemy - pyyaml - ncurses - pytest - pytest-cov - sh - coveralls - nbsphinx No newline at end of file