Skip to content

Commit 3d8d068

Browse files
committed
Do not skip *_unexpanded.ipynb - they don't exist.
1 parent 8dc3f33 commit 3d8d068

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='*_unexpanded*' --skip='*intro*' --skip='flow*'
38+
- ./run_notebook.py **/*.ipynb --skip='*intro*' --skip='flow*'
3939
virtualenv:
4040
system_site_packages: false

0 commit comments

Comments
 (0)