Skip to content

Commit a17f57a

Browse files
committed
Add doc build to travis
1 parent e71411d commit a17f57a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@ script:
2020
cd dist
2121
pip install numpydoc* -v
2222
- nosetests numpydoc
23+
- |
24+
cd doc
25+
make html
26+
make latexpdf

0 commit comments

Comments
 (0)