Skip to content

Commit

Permalink
Merge branch 'next' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
kbarnhart committed Sep 19, 2018
2 parents ec2c6d7 + db733da commit 9b0aef5
Show file tree
Hide file tree
Showing 3 changed files with 392 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ install:
- export PATH="$CONDA_PREFIX/bin:$PATH"
- hash -r
- conda config --set always_yes yes --set changeps1 no
- conda install python=$TRAVIS_PYTHON_VERSION
- conda create -n _testing python=$TRAVIS_PYTHON_VERSION
- source activate _testing
- conda install scripting -c csdms-stack
- conda install landlab jupyter -c landlab
- conda info -a && conda list
Expand Down
219 changes: 219 additions & 0 deletions flow__distance_utility/Application of flow__distance utility.ipynb

Large diffs are not rendered by default.

Loading

0 comments on commit 9b0aef5

Please sign in to comment.