We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ed406df + 1a6f34e commit b0a35ecCopy full SHA for b0a35ec
2 files 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