Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Plio
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
aflab
astrogeology
Plio
Commits
087b9f97
Commit
087b9f97
authored
6 years ago
by
jay
Browse files
Options
Downloads
Patches
Plain Diff
Updates travis to use environment.yml
parent
fb24eb67
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.travis.yml
+2
-2
2 additions, 2 deletions
.travis.yml
environment.yml
+6
-3
6 additions, 3 deletions
environment.yml
environment_noGDAL.yml
+23
-0
23 additions, 0 deletions
environment_noGDAL.yml
with
31 additions
and
5 deletions
.travis.yml
+
2
−
2
View file @
087b9f97
...
@@ -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
:
...
...
This diff is collapsed.
Click to expand it.
environment.yml
+
6
−
3
View file @
087b9f97
...
@@ -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
This diff is collapsed.
Click to expand it.
environment_noGDAL.yml
0 → 100644
+
23
−
0
View file @
087b9f97
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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment