Skip to content

Commit b8eeaf9

Browse files
committed
.travis.yml: Add a doc building test step.
1 parent 6bf374a commit b8eeaf9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,10 @@ install:
4040
script:
4141
# Run tests.
4242
- python nosetests.py
43+
# Build docs.
44+
- cd docs
45+
- make html
46+
- cd ..
4347
#after_success:
4448
# Submit results to coveralls.io.
4549
#- coveralls

0 commit comments

Comments
 (0)