Skip to content

Commit 9d9477f

Browse files
authored
Install pdflatex in Travis (#137)
2 parents 0651b08 + 888062f commit 9d9477f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ cache:
1212
directories:
1313
- $HOME/.cache/pip
1414
before_install:
15+
- sudo apt-get install texlive texlive-latex-extra latexmk
1516
- pip install --upgrade pip setuptools # Upgrade pip and setuptools to get ones with `wheel` support
1617
- pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --trusted-host wheels.astropy.org --trusted-host wheels2.astropy.org --use-wheel nose numpy matplotlib ${SPHINX_SPEC}
1718
script:

0 commit comments

Comments
 (0)