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

Adds deploy script (#430)

parent f602246b
Loading
Loading
Loading
Loading

deploy.sh

0 → 100755
+7 −0
Original line number Diff line number Diff line
if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then
    travis-sphinx deploy
    source deactivate
    conda install conda-build anaconda-client
    conda config --set anaconda_upload yes
    conda build --token $CONDA_UPLOAD_TOKEN --python $PYTHON_VERSION -c conda-forge -c menpo -c usgs-astrogeology conda
fi
 No newline at end of file