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 202a91f commit 4cba59c
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 @@ -25,6 +25,7 @@ install:
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda info -a
- conda install conda-build anaconda-client;
- |
if [[ $TRAVIS_TAG ]]; then
conda install conda-build anaconda-client;
Expand All @@ -38,7 +39,7 @@ script:
- pytest --cov=splinart tests
# to remove
- python setup.py sdist
- conda build -q --python ${PYVER} recipes
- conda build --python ${PYVER} recipes
- conda install --use-local ${PROJECT_NAME}
- conda uninstall ${PROJECT_NAME}
- anaconda -t $ANACONDA_TOKEN upload -u gouarin --force ${HOME}/miniconda/conda-bld/*/${PROJECT_NAME}-*.tar.bz2
Expand Down

0 comments on commit 4cba59c

Please sign in to comment.