Skip to content

Commit eddfb0f

Browse files
committed
ci(travis): build results/ notebooks
The results/ notebooks are built due to the jupytext transition.
1 parent 9a647b2 commit eddfb0f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ install:
2020
before_script:
2121
- nix-shell _apps/data/shell.nix --pure --command "echo 'run nix-shell and exit'"
2222
script:
23+
- cd _data/python-pfhub
24+
- nix-shell --command "cd ../../results && make notebooks"
25+
- cd ../..
2326
- nix-shell --command "
2427
pylint _data/*.py &&
2528
flake8 _data/*.py &&

0 commit comments

Comments
 (0)