Skip to content

Commit 9b0aef5

Browse files
committed
Merge branch 'next' into release
2 parents ec2c6d7 + db733da commit 9b0aef5

3 files changed

Lines changed: 392 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

flow__distance_utility/Application of flow__distance utility.ipynb

Lines changed: 219 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)