Skip to content

Commit

Permalink
Merge pull request ronpandolfi#7 from ihumphrey/travis
Browse files Browse the repository at this point in the history
Add doc build to travis
  • Loading branch information
ronpandolfi authored Jul 2, 2019
2 parents 8e23ebd + 0ccf48c commit 442edeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ script:
- sh -e /etc/init.d/xvfb start
- sleep 3
- 'pytest . || :'
- pip install -e .[dev]
- (cd docs && make html)
- python setup.py install
after_success:
- cd /home/travis/build/lbl-camera/Xi-cam
Expand Down

0 comments on commit 442edeb

Please sign in to comment.