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
7446f4d2
Commit
7446f4d2
authored
8 years ago
by
Jason R Laura
Browse files
Options
Downloads
Patches
Plain Diff
moved out of conda env entirely
parent
51801c8b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+6
-4
6 additions, 4 deletions
.travis.yml
with
6 additions
and
4 deletions
.travis.yml
+
6
−
4
View file @
7446f4d2
...
@@ -34,16 +34,18 @@ install:
...
@@ -34,16 +34,18 @@ install:
-
conda update -q conda
-
conda update -q conda
# Useful for debugging any issues with conda
# Useful for debugging any issues with conda
-
conda info -a
-
conda info -a
-
conda install conda
-
conda env create
# Install not using env because build needs to be in root env
-
source activate plio
-
conda install -c conda-forge gdal h5py
-
conda install pandas sqlalchemy pyyaml
-
pip install pvl protobuf==3.0.0.b2
# Development installation
# Development installation
-
conda install nose coverage
-
conda install nose coverage
-
pip install coveralls
-
pip install coveralls
# Install sh and binstar to support upload to Anaconda
# Install sh and binstar to support upload to Anaconda
-
conda install sh anaconda-client
-
conda install sh anaconda-client
conda
script
:
script
:
-
nosetests --with-coverage --cover-package=plio
-
nosetests --with-coverage --cover-package=plio
...
...
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