Skip to content

Commit

Permalink
Travis: Add some required packages for building documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
loicalbertin committed Mar 1, 2018
1 parent 5703816 commit f18435e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go:

install:
- make tools
- pip install --user sphinx semantic-version requests
- pip install --user --upgrade sphinx semantic-version requests urllib3secure

script:
- make dist
Expand All @@ -17,4 +17,8 @@ addons:
apt:
packages:
- latexmk

- texlive-binaries
- texlive-fonts-recommended
- texlive-latex-base
- texlive-latex-extra
- texlive-latex-recommended

0 comments on commit f18435e

Please sign in to comment.