Skip to content

Commit

Permalink
fix travis for anaconda
Browse files Browse the repository at this point in the history
  • Loading branch information
gouarin committed Nov 19, 2017
1 parent d848062 commit b07d579
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@ script:
# to remove
- python setup.py sdist
- conda install anaconda-client
- conda config --set anaconda_upload no
- conda build --python ${PYVER} recipes
- conda install --use-local ${PROJECT_NAME}
- conda uninstall ${PROJECT_NAME}
- anaconda -v -t $ANACONDA_TOKEN upload --force ${HOME}/miniconda/conda-bld/*/${PROJECT_NAME}-*.tar.bz2
- anaconda -v -t $ANACONDA_TOKEN upload -u gouarin -l main --force ${HOME}/miniconda/conda-bld/*/${PROJECT_NAME}-*.tar.bz2
- |
if [[ $TRAVIS_TAG ]]; then
python setup.py sdist;
Expand Down

0 comments on commit b07d579

Please sign in to comment.