Added all jupyter notebooks to Travis
This commit is contained in:
parent
4b22bb35f2
commit
841d9fcf60
39
.travis.yml
39
.travis.yml
@ -6,6 +6,41 @@ python:
|
||||
install:
|
||||
- pip install jupyter
|
||||
script:
|
||||
- jupyter nbconvert --to notebook --execute ipynb/BASIC.ipynb
|
||||
- jupyter nbconvert --to notebook --execute ipynb/Cheryl.ipynb
|
||||
|
||||
- jupyter nbconvert --to notebook --execute ipynb/Advent 2017.ipynb
|
||||
- jupyter nbconvert --to notebook --execute ipynb/Advent of Code.ipynb
|
||||
- jupyter nbconvert --to notebook --execute ipynb/BASIC.ipynb
|
||||
- jupyter nbconvert --to notebook --execute ipynb/Beal.ipynb
|
||||
- jupyter nbconvert --to notebook --execute ipynb/Bike Speed versus Grade.ipynb
|
||||
- jupyter nbconvert --to notebook --execute ipynb/Cheryl-and-Eve.ipynb
|
||||
- jupyter nbconvert --to notebook --execute ipynb/Coin Flip.ipynb
|
||||
- jupyter nbconvert --to notebook --execute ipynb/Convex Hull.ipynb
|
||||
- jupyter nbconvert --to notebook --execute ipynb/Countdown.ipynb
|
||||
- jupyter nbconvert --to notebook --execute ipynb/Differentiation.ipynb
|
||||
- jupyter nbconvert --to notebook --execute ipynb/Economics.ipynb
|
||||
- jupyter nbconvert --to notebook --execute ipynb/Fred Buns.ipynb
|
||||
- jupyter nbconvert --to notebook --execute ipynb/Gesture Typing.ipynb
|
||||
- jupyter nbconvert --to notebook --execute ipynb/Ghost.ipynb
|
||||
- jupyter nbconvert --to notebook --execute ipynb/Golomb-Puzzle.ipynb
|
||||
- jupyter nbconvert --to notebook --execute ipynb/How To Count Things.ipynb
|
||||
- jupyter nbconvert --to notebook --execute ipynb/How to Do Things with Words.ipynb
|
||||
- jupyter nbconvert --to notebook --execute ipynb/Life.ipynb
|
||||
- jupyter nbconvert --to notebook --execute ipynb/Mean Misanthrope Density.ipynb
|
||||
- jupyter nbconvert --to notebook --execute ipynb/pal3.ipynb
|
||||
- jupyter nbconvert --to notebook --execute ipynb/Palindrome.ipynb
|
||||
- jupyter nbconvert --to notebook --execute ipynb/Probability.ipynb
|
||||
- jupyter nbconvert --to notebook --execute ipynb/ProbabilityParadox.ipynb
|
||||
- jupyter nbconvert --to notebook --execute ipynb/Project Euler Utils.ipynb
|
||||
- jupyter nbconvert --to notebook --execute ipynb/PropositionalLogic.ipynb
|
||||
- jupyter nbconvert --to notebook --execute ipynb/Riddler Battle Royale.ipynb
|
||||
- jupyter nbconvert --to notebook --execute ipynb/Scrabble.ipynb
|
||||
- jupyter nbconvert --to notebook --execute ipynb/SET.ipynb
|
||||
- jupyter nbconvert --to notebook --execute ipynb/Sicherman Dice.ipynb
|
||||
- jupyter nbconvert --to notebook --execute ipynb/Sierpinski.ipynb
|
||||
- jupyter nbconvert --to notebook --execute ipynb/Snobol.ipynb
|
||||
- jupyter nbconvert --to notebook --execute ipynb/Sudoku IPython Notebook.ipynb
|
||||
- jupyter nbconvert --to notebook --execute ipynb/TSP.ipynb
|
||||
- jupyter nbconvert --to notebook --execute ipynb/WWW.ipynb
|
||||
- jupyter nbconvert --to notebook --execute ipynb/xkcd1313.ipynb
|
||||
- jupyter nbconvert --to notebook --execute ipynb/xkcd1313-part2.ipynb
|
||||
- jupyter nbconvert --to notebook --execute ipynb/xkxd-part3.ipynb
|
||||
|
Loading…
Reference in New Issue
Block a user