We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99cf7f4 commit f830e64Copy full SHA for f830e64
.travis.yml
@@ -22,7 +22,7 @@ install:
22
- conda update -q conda
23
- conda info -a
24
- conda install -c conda-forge mamba
25
- - mamba install -c conda-forge nodejs=13 matplotlib
+ - mamba install -c conda-forge nodejs=13 matplotlib pytest nbval
26
- mamba install jupyterlab=3 ipywidgets jupyterlab_widgets -c conda-forge/label/jupyterlab_rc -c conda-forge/label/jupyterlab_server_rc -c conda-forge/label/jupyterlab_widgets_rc -c conda-forge
27
- pip install .
28
script:
pytest.ini
@@ -0,0 +1,4 @@
1
+[pytest]
2
+testpaths = examples
3
+norecursedirs = node_modules .ipynb_checkpoints
4
+addopts = --nbval --current-env
0 commit comments