pytudes/.travis.yml
2017-12-18 14:13:40 +01:00

12 lines
232 B
YAML

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