Skip to content

Commit

Permalink
setting up documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
demianw committed Jan 31, 2018
1 parent 380e23e commit 14d030e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ install:
script:
- flake8 --ignore N802,N806,E731 `find . -name \*.py | grep -v setup.py | grep -v /doc/`
- nosetests --with-coverage -v
- travis-sphinx build
- travis-sphinx build -s doc
- for a in examples/*ipynb; do
echo $a;
jupyter nbconvert --execute $a >/dev/null;
Expand Down

0 comments on commit 14d030e

Please sign in to comment.