Skip to content

Commit

Permalink
Check default channel before conda-forge
Browse files Browse the repository at this point in the history
Some of the conda-forge packages are either too old or too new.
  • Loading branch information
mdpiper committed Dec 11, 2017
1 parent ecea77b commit 86986d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -31,7 +31,7 @@ install:
- conda install python=$TRAVIS_PYTHON_VERSION
- conda install -q conda-build anaconda-client coverage sphinx
script:
- conda build ./recipe -c csdms-stack -c conda-forge --old-build-string
- conda build ./recipe -c csdms-stack -c defaults -c conda-forge --old-build-string
after_success:
- curl https://raw.githubusercontent.com/csdms/ci-tools/master/anaconda_upload.py > $HOME/anaconda_upload.py
- echo $ANACONDA_TOKEN | python $HOME/anaconda_upload.py ./recipe --channel=main --org=csdms-stack --old-build-string --token=-

0 comments on commit 86986d3

Please sign in to comment.