Add building of docs to travis
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…
Reference in New Issue