We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed406df commit c4f4eeaCopy full SHA for c4f4eea
1 file changed
.travis.yml
@@ -60,5 +60,4 @@ script:
60
- if [[ $TEST_TARGET == 'notebooks' ]]; then
61
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 ;
62
py.test -vv tests/notebooks/test_notebooks.py ;
63
- doctr deploy --built-docs=examples/results gallery ;
64
fi
0 commit comments