Add building of docs to travis

pull/11420/head
Toshio Kuratomi 9 years ago
parent 21c14363fd
commit 881dbb6da1

@ -13,5 +13,6 @@ install:
- pip install tox - pip install tox
script: script:
- tox - tox
- make -C docsite all
after_success: after_success:
- coveralls - coveralls

Loading…
Cancel
Save