We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d297786 commit cf58f8fCopy full SHA for cf58f8f
1 file changed
.travis.yml
@@ -33,10 +33,10 @@ install:
33
- conda config --set always_yes yes --set changeps1 no
34
- conda create -n _testing python=$TRAVIS_PYTHON_VERSION
35
- source activate _testing
36
-- conda install scripting -c csdms-stack
+- conda install scripting -c conda-forge
37
- |
38
if [[ "$TRAVIS_BRANCH" == "release" ]]; then
39
- conda install landlab -c landlab
+ conda install landlab -c conda-forge
40
else
41
pushd ../..
42
git clone --depth=50 https://github.com/landlab/landlab.git landlab/landlab
0 commit comments