Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
[travis] handle dev versions by omnia-md/conda-dev-recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
marscher committed Sep 20, 2016
1 parent 47bec90 commit 7a73422
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions devtools/ci/travis/after_success.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,3 @@ if [ "$TRAVIS_BRANCH" != "devel" ]; then
echo "No deployment on BRANCH='$TRAVIS_BRANCH'"; exit 0
fi


# Deploy to binstar
conda install --yes anaconda-client jinja2
pushd .
cd $HOME/miniconda/conda-bld
FILES=*/${PACKAGENAME}-dev-*.tar.bz2
for filename in $FILES; do
anaconda -t $BINSTAR_TOKEN upload --force -u ${ORGNAME} -p ${PACKAGENAME}-dev ${filename}
done
popd

# call cleanup only for py35, numpy111
if [[ "$CONDA_PY" == "3.5" && "$CONDA_NPY" == "111" && "$TRAVIS_OS_NAME" == "linux" ]]; then
python devtools/ci/travis/dev_pkgs_del_old.py
else
echo "only executing cleanup script for py35 && npy111 && linux"
fi

0 comments on commit 7a73422

Please sign in to comment.