Skip to content

Commit

Permalink
Add travis_wait for conda build
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilipp committed Feb 6, 2019
1 parent 588cc3b commit 1a9cd7c
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 @@ -86,14 +86,14 @@ install:
conda install conda-build anaconda-client
- 'echo "backend : module://psyplot_gui.backend" > matplotlibrc'
- 'export MATPLOTLIBRC=`pwd`/matplotlibrc'
- export PYTHONWARNINGS='ignore:mode:DeprecationWarning:docutils.io:245'
- conda info -a
- conda list
- reset_secure
script:
- unset_secure
# install conda
- PYTHONWARNINGS='ignore:mode:DeprecationWarning:docutils.io:245'
conda build conda-recipe --python $PYTHON_VERSION
- travis_wait 30 conda build conda-recipe --python $PYTHON_VERSION
# export the pw to make it available for the deploy
- reset_secure
# deploy here (don't use travis deploy because it requires homebrew)
Expand Down

0 comments on commit 1a9cd7c

Please sign in to comment.