Skip to content

Commit

Permalink
Fix up nb skip list
Browse files Browse the repository at this point in the history
  • Loading branch information
ceball committed May 3, 2018
1 parent 0362769 commit a704769
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions tox.ini
Expand Up @@ -21,7 +21,7 @@ commands = nosetests -v --with-coverage --cover-package=geoviews

[_examples]
deps = .[recommended, tests]
commands = pytest --nbsmoke-run -m
commands = pytest --nbsmoke-run

[_all]
deps = .[recommended, tests]
Expand Down Expand Up @@ -67,12 +67,10 @@ skip_run = .*Homepage\.ipynb$
.*Colocated_cube_pair\.ipynb$
.*CubeExplorer_Prototype\.ipynb$
.*user_guide/Resampling_Grids\.ipynb$
.*user_guide/Gridded_Datasets_I\.ipynb$
.*user_guide/Gridded_Datasets_II\.ipynb$
.*user_guide/Gridded_Datasets_.*\.ipynb$
.*gallery/bokeh/xarray_gridded\.ipynb$
.*gallery/bokeh/xarray_quadmesh\.ipynb$
.*gallery/matplotlib/xarray_image\.ipynb$
.*gallery/matplotlib/xarray_quadmesh\.ipynb$
.*gallery/.*/xarray_image\.ipynb$
.*gallery/.*/xarray_quadmesh\.ipynb$

[flake8]
include = *.py
Expand Down

0 comments on commit a704769

Please sign in to comment.