Merge pull request #29 from rmeertens/autotests

Using travis to automatically run notebooks
This commit is contained in:
Peter Norvig 2017-12-24 22:28:36 -08:00 committed by GitHub
commit 10b0725ffa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

11
.travis.yml Normal file
View 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