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