Skip to content

Commit

Permalink
simplify SIAC travis
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcYin committed Jan 29, 2019
1 parent 4149083 commit ea68dab
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 182 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ install:
- conda config --set always_yes yes --set changeps1 no
- conda config --add channels conda-forge
- conda update -q conda
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION pytest pyyaml scipy numpy psutil six requests scikit-learn scikit-image 'gdal>=2.1,<2.4' pytest-cov coverage pip conda-build anaconda-client
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION pytest pyyaml scipy numpy psutil six requests scikit-learn scikit-image 'gdal>=2.1,<2.4' pytest-cov coverage pip
- source activate test-environment
- conda info -a
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
Expand All @@ -45,12 +45,7 @@ deploy:
password: $PYPI_PASS
skip_existing: true
on:
tags: true
branch: master
after_success:
- codecov
- coveralls
- rm -rf SIAC/emus/*.pkl S2?_MSIL1C*.SAFE
#- rm -rf ~/miniconda.sh
#- bash conda_upload.sh
- if [ -z "$SIAC_VERSION" ]; then echo "No git tag was set skipping anaconda build"; else bash conda_upload.sh ; fi
77 changes: 0 additions & 77 deletions conda_readme.md

This file was deleted.

24 changes: 0 additions & 24 deletions conda_upload.sh

This file was deleted.

75 changes: 0 additions & 75 deletions meta.yaml

This file was deleted.

0 comments on commit ea68dab

Please sign in to comment.