Skip to content

Commit ae9148f

Browse files
committed
Use new script to find notebooks.
1 parent 13f0b43 commit ae9148f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ install:
3535
- conda install landlab jupyter -c landlab
3636
- conda info -a && conda list
3737
script:
38-
- ./run_notebook.py **/*.ipynb --skip='*intro*' --skip='flow*'
38+
- ./find_notebooks.py . | ./run_notebook.py --file=- --skip=*intro* --skip=*flow_direction*
3939
virtualenv:
4040
system_site_packages: false

0 commit comments

Comments
 (0)