We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62ec2eb commit 481c613Copy full SHA for 481c613
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
-- ./find_notebooks.py . | ./run_notebook.py --file=- --skip=*intro* --skip=*flow_direction*
+- ./find_notebooks.py . | ./run_notebook.py --file=- --exclude=*intro* --exlude=*flow_direction*
39
virtualenv:
40
system_site_packages: false
0 commit comments