Skip to content

Commit

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

0 comments on commit d848062

Please sign in to comment.