Skip to content

Commit

Permalink
add latex test in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cake17 committed Oct 19, 2015
1 parent 88f0eb3 commit 403b1d5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ python:

install:
- pip install -r requirements.txt
- sudo apt-get install texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended

script: 'make html SPHINXOPTS="-W"'

sudo: false
script:
- 'make html SPHINXOPTS="-W"'
- 'make pdf-latex'

notifications:
email: false

0 comments on commit 403b1d5

Please sign in to comment.