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

Update .travis.yml

parent c692088e
No related branches found
No related tags found
No related merge requests found
...@@ -36,8 +36,6 @@ before_install: ...@@ -36,8 +36,6 @@ before_install:
install: install:
- conda config --add channels conda-forge - conda config --add channels conda-forge
- conda install -q gdal h5py pandas sqlalchemy pyyaml networkx affine protobuf scipy pvl - conda install -q gdal h5py pandas sqlalchemy pyyaml networkx affine protobuf scipy pvl
# For travis/conda uploads
- conda install pip setuptools
# Development installation # Development installation
- conda install -q pytest pytest-cov sh - conda install -q pytest pytest-cov sh
...@@ -52,6 +50,11 @@ after_success: ...@@ -52,6 +50,11 @@ after_success:
- conda config --set anaconda_upload yes - conda config --set anaconda_upload yes
- conda build --token $CONDA_UPLOAD_TOKEN --python $PYTHON_VERSION recipe -q - conda build --token $CONDA_UPLOAD_TOKEN --python $PYTHON_VERSION recipe -q
# Docs to gh-pages
- source activate test_env # Reactivate the env to have all deps installed.
- travis-sphinx build --source=docs --nowarn # The sphinx build script
- travis-sphinx deploy --branches=dev
notifications: notifications:
webhooks: webhooks:
on_success: always on_success: always
......
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