Unverified Commit a1637f23 authored by jlaura's avatar jlaura Committed by GitHub
Browse files

Update .travis.yml

parent 10856e79
Loading
Loading
Loading
Loading
+5 −8
Original line number Diff line number Diff line
@@ -29,13 +29,11 @@ before_install:
  - conda update -q conda
  # Useful for debugging any issues with conda
  - conda info -a

install:
  # Create the env
  - echo $TRAVIS_PYTHON_VERSION
  - conda create --yes -n test python=$TRAVIS_PYTHON_VERSION
  - source activate test
  
install:
  - conda config --add channels conda-forge
  - conda config --add channels jlaura
  - conda install -c conda-forge gdal h5py 
@@ -45,7 +43,6 @@ install:
  # Development installation
  - conda install pytest  pytest-cov sh anaconda-client
  

script:
  - pytest --cov=plio