Skip to content

Commit

Permalink
Disable anaconda upload in travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
tibkiss committed Sep 20, 2017
1 parent 6fc9bca commit aeb41d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -72,7 +72,8 @@ script:
- git fetch --unshallow
- exec 3>&1; ZP_OUT=$(conda build conda/zipline --python=$CONDA_PY --numpy=$CONDA_NPY -c quantopian -c quantopian/label/ci | tee >(cat - >&3))
- ZP_OUTPUT=$(echo "$ZP_OUT" | grep "anaconda upload" | awk '{print $NF}')
- if [[ "$DO_UPLOAD" = "true" ]]; then anaconda -t $ANACONDA_TOKEN upload $ZP_OUTPUT -u quantopian --label ci; fi
# XXX: upload is disabled for zipline-live as there is no anaconda repo is set up
# - if [[ "$DO_UPLOAD" = "true" ]]; then anaconda -t $ANACONDA_TOKEN upload $ZP_OUTPUT -u quantopian --label ci; fi
# reactivate env (necessary for coveralls)
- source activate testenv

Expand Down

0 comments on commit aeb41d9

Please sign in to comment.