Skip to content

Commit cf58f8f

Browse files
committed
Use conda-forge channel instead of csdms-satck, landlab.
1 parent d297786 commit cf58f8f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ install:
3333
- conda config --set always_yes yes --set changeps1 no
3434
- conda create -n _testing python=$TRAVIS_PYTHON_VERSION
3535
- source activate _testing
36-
- conda install scripting -c csdms-stack
36+
- conda install scripting -c conda-forge
3737
- |
3838
if [[ "$TRAVIS_BRANCH" == "release" ]]; then
39-
conda install landlab -c landlab
39+
conda install landlab -c conda-forge
4040
else
4141
pushd ../..
4242
git clone --depth=50 https://github.com/landlab/landlab.git landlab/landlab

0 commit comments

Comments
 (0)