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: ...@@ -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:
......
...@@ -20,3 +20,6 @@ dependencies: ...@@ -20,3 +20,6 @@ dependencies:
- ncurses - ncurses
- pytest - pytest
- pytest-cov - 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.
Please register or to comment