Add building of docs to travis

This commit is contained in:
Toshio Kuratomi 2015-06-29 05:58:42 -07:00
commit 881dbb6da1

View file

@ -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