Skip to content

Commit

Permalink
Build doc in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
multani committed Nov 26, 2014
1 parent 16c8649 commit 5782597
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ python:

install:
- "python setup.py --version"
- "pip install --editable ."
- "pip install --editable '.[doc]'"

script:
- "trial formless nevow"
- "cd doc; make html"
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,10 @@
install_requires=[
"twisted>=13.0",
],
extras_require={
'doc': [
'Sphinx',
],
},
zip_safe=False,
)

0 comments on commit 5782597

Please sign in to comment.