We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13f0b43 commit ae9148fCopy full SHA for ae9148f
1 file changed
.travis.yml
@@ -35,6 +35,6 @@ install:
35
- conda install landlab jupyter -c landlab
36
- conda info -a && conda list
37
script:
38
-- ./run_notebook.py **/*.ipynb --skip='*intro*' --skip='flow*'
+- ./find_notebooks.py . | ./run_notebook.py --file=- --skip=*intro* --skip=*flow_direction*
39
virtualenv:
40
system_site_packages: false
0 commit comments