Skip to content

Commit

Permalink
Merge branch 'master' of github.com:GeoStat-Framework/GSTools
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed May 24, 2019
2 parents 4f2c45c + 6527f29 commit 3518c4c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 36 deletions.
19 changes: 0 additions & 19 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,22 +103,6 @@ env:
# inplace cython build and test run
- CIBW_TEST_COMMAND="cd {project} && python setup.py build_ext --inplace && py.test --cov gstools --cov-report term-missing -v {project}/tests"

install:
# install anaconda
sudo apt-get install
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
wget https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh -O miniconda.sh;
else
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
fi
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH="$HOME/miniconda/bin:$PATH"
- hash -r
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
# Useful for debugging any issues with conda
- conda info -a

script:
# create wheels
- $PIP install cibuildwheel==0.10.2
Expand Down Expand Up @@ -147,9 +131,6 @@ after_success:
python -m twine upload --verbose --skip-existing dist/*.tar.gz
fi
# deploy conda
- test $TRAVIS_BRANCH = "master" && conda install conda-build && conda install anaconda-client && bash deploy_conda.sh

notifications:
email:
recipients:
Expand Down
10 changes: 0 additions & 10 deletions deploy_conda.sh

This file was deleted.

7 changes: 0 additions & 7 deletions meta.yaml

This file was deleted.

0 comments on commit 3518c4c

Please sign in to comment.