Skip to content

Commit 62e19e4

Browse files
Merge pull request #1 from landlab/next
Updating Giuseppecipolla95/tutorials to next
2 parents b4b821f + 1dba19e commit 62e19e4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ install:
3131
- export PATH="$CONDA_PREFIX/bin:$PATH"
3232
- hash -r
3333
- conda config --set always_yes yes --set changeps1 no
34-
- conda install python=$TRAVIS_PYTHON_VERSION
34+
- conda create -n _testing python=$TRAVIS_PYTHON_VERSION
35+
- source activate _testing
3536
- conda install scripting -c csdms-stack
3637
- conda install landlab jupyter -c landlab
3738
- conda info -a && conda list

0 commit comments

Comments
 (0)