added travis file for automatic testing of notebooks
This commit is contained in:
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "3.5"
|
||||||
|
|
||||||
|
# install jupyter
|
||||||
|
install:
|
||||||
|
- pip install jupyter
|
||||||
|
script:
|
||||||
|
- jupyter nbconvert --to notebook --execute ipynb/BASIC.ipynb
|
||||||
|
- jupyter nbconvert --to notebook --execute ipynb/Cheryl.ipynb
|
||||||
|
|
||||||
Reference in New Issue
Block a user