We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b4b821f + 1dba19e commit 62e19e4Copy full SHA for 62e19e4
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