Skip to content

Commit 888062f

Browse files
committed
Some sphinx require latexmk
1 parent 378e32a commit 888062f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ cache:
1212
directories:
1313
- $HOME/.cache/pip
1414
before_install:
15-
- sudo apt-get install texlive texlive-latex-extra
15+
- sudo apt-get install texlive texlive-latex-extra latexmk
1616
- pip install --upgrade pip setuptools # Upgrade pip and setuptools to get ones with `wheel` support
1717
- 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}
1818
script:

0 commit comments

Comments
 (0)