Skip to content

Commit 702e18b

Browse files
committed
Install pdflatex in Travis
1 parent 0651b08 commit 702e18b

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-latex-base
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)