We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4d8429 commit a8c4c04Copy full SHA for a8c4c04
1 file changed
.travis.yml
@@ -31,7 +31,8 @@ install:
31
- export PATH="$CONDA_PREFIX/bin:$PATH"
32
- hash -r
33
- conda config --set always_yes yes --set changeps1 no
34
-- conda install python=$TRAVIS_PYTHON_VERSION
+- conda create -n _testing python=$TRAVIS_PYTHON_VERSION
35
+- source activate _testing
36
- conda install scripting -c csdms-stack
37
- conda install landlab jupyter -c landlab
38
- conda info -a && conda list
0 commit comments