Skip to content

Commit c4f4eea

Browse files
committed
stop publishing notebooks HTML
1 parent ed406df commit c4f4eea

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,4 @@ script:
6060
- if [[ $TEST_TARGET == 'notebooks' ]]; then
6161
for file in $(find . -type f -name "*.ipynb"); do jupyter nbconvert --template=tests/strip_markdown.tpl --stdout --to python $file | grep -v '^get_ipython' | flake8 - --ignore=W391,E226,E402 --max-line-length=100 --show-source ; done ;
6262
py.test -vv tests/notebooks/test_notebooks.py ;
63-
doctr deploy --built-docs=examples/results gallery ;
6463
fi

0 commit comments

Comments
 (0)