Skip to content

Commit c6fa3bd

Browse files
committed
first pass at a pytest approach for testing notebooks.
1 parent 7d7dc0d commit c6fa3bd

4 files changed

Lines changed: 202 additions & 208 deletions

File tree

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,9 @@ install:
4747
python setup.py develop
4848
cd ../..
4949
fi
50-
- conda install jupyter dask holoviews
50+
- conda install jupyter dask holoviews pytest
5151
- conda info -a && conda list
5252
script:
53-
- mkdir -p $MPLCONFIGDIR
54-
- "echo backend: Agg > $MPLCONFIGDIR/matplotlibrc"
55-
- ./run-all-tests.sh
53+
- pytest
5654
virtualenv:
5755
system_site_packages: false

run-all-tests.sh

Lines changed: 0 additions & 5 deletions
This file was deleted.

run_notebook.py

Lines changed: 0 additions & 199 deletions
This file was deleted.

0 commit comments

Comments
 (0)