Skip to content
Snippets Groups Projects
Commit 087b9f97 authored by jay's avatar jay
Browse files

Updates travis to use environment.yml

parent fb24eb67
No related branches found
No related tags found
No related merge requests found
...@@ -40,9 +40,9 @@ install: ...@@ -40,9 +40,9 @@ install:
- conda config --add channels usgs-astrogeology - conda config --add channels usgs-astrogeology
- conda config --add channels conda-forge - conda config --add channels conda-forge
- if $HAS_GDAL; then - 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 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 fi
script: script:
......
...@@ -3,8 +3,8 @@ channels: ...@@ -3,8 +3,8 @@ channels:
- conda-forge - conda-forge
- usgs-astrogeology - usgs-astrogeology
dependencies: dependencies:
- libgdal - libgdal
- gdal - gdal
- numpy - numpy
- pyproj - pyproj
- h5py - h5py
...@@ -19,4 +19,7 @@ dependencies: ...@@ -19,4 +19,7 @@ dependencies:
- pyyaml - pyyaml
- ncurses - ncurses
- pytest - pytest
- pytest-cov - pytest-cov
\ No newline at end of file - 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