Skip to content
Snippets Groups Projects
Unverified Commit a1637f23 authored by jlaura's avatar jlaura Committed by GitHub
Browse files

Update .travis.yml

parent 10856e79
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
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