Skip to content

Commit 481c613

Browse files
committed
Use --exclude option.
1 parent 62ec2eb commit 481c613

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-
- ./find_notebooks.py . | ./run_notebook.py --file=- --skip=*intro* --skip=*flow_direction*
38+
- ./find_notebooks.py . | ./run_notebook.py --file=- --exclude=*intro* --exlude=*flow_direction*
3939
virtualenv:
4040
system_site_packages: false

0 commit comments

Comments
 (0)