Skip to content

Commit b0a35ec

Browse files
authored
Merge pull request #663 from ocefpaf/stop_publish_notebooks
stop publishing notebooks HTML
2 parents ed406df + 1a6f34e commit b0a35ec

2 files changed

Lines changed: 135 additions & 13 deletions

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)