Skip to content

Commit

Permalink
Install pdflatex in Travis (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnothman committed Nov 1, 2017
2 parents 0651b08 + 888062f commit 9d9477f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ cache:
directories:
- $HOME/.cache/pip
before_install:
- sudo apt-get install texlive texlive-latex-extra latexmk
- pip install --upgrade pip setuptools # Upgrade pip and setuptools to get ones with `wheel` support
- 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}
script:
Expand Down

0 comments on commit 9d9477f

Please sign in to comment.