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
a1637f23
Unverified
Commit
a1637f23
authored
7 years ago
by
jlaura
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update .travis.yml
parent
10856e79
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.travis.yml
+5
-8
5 additions, 8 deletions
.travis.yml
with
5 additions
and
8 deletions
.travis.yml
+
5
−
8
View file @
a1637f23
...
@@ -2,8 +2,8 @@ sudo: false
...
@@ -2,8 +2,8 @@ sudo: false
langage
:
python
langage
:
python
branches
:
branches
:
only
:
only
:
-
master
-
master
python
:
python
:
-
"
3.4"
-
"
3.4"
...
@@ -29,13 +29,11 @@ before_install:
...
@@ -29,13 +29,11 @@ before_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
install
:
# Create the env
# Create the env
-
echo $TRAVIS_PYTHON_VERSION
-
conda create --yes -n test python=$TRAVIS_PYTHON_VERSION
-
conda create --yes -n test python=$TRAVIS_PYTHON_VERSION
-
source activate test
-
source activate test
install
:
-
conda config --add channels conda-forge
-
conda config --add channels conda-forge
-
conda config --add channels jlaura
-
conda config --add channels jlaura
-
conda install -c conda-forge gdal h5py
-
conda install -c conda-forge gdal h5py
...
@@ -44,8 +42,7 @@ install:
...
@@ -44,8 +42,7 @@ install:
# Development installation
# Development installation
-
conda install pytest pytest-cov sh anaconda-client
-
conda install pytest pytest-cov sh anaconda-client
script
:
script
:
-
pytest --cov=plio
-
pytest --cov=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