Skip to content
Snippets Groups Projects
Commit 622e8daa authored by jlaura's avatar jlaura Committed by GitHub
Browse files

Merge pull request #84 from jlaura/master

Updates travis to use environment.yml
parents fb24eb67 087b9f97
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
......@@ -3,8 +3,8 @@ channels:
- conda-forge
- usgs-astrogeology
dependencies:
- libgdal
- gdal
- libgdal
- gdal
- numpy
- pyproj
- h5py
......@@ -19,4 +19,7 @@ dependencies:
- pyyaml
- ncurses
- pytest
- pytest-cov
\ No newline at end of file
- pytest-cov
- sh
- coveralls
- nbsphinx
\ No newline at end of file
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment