Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ee2dde7

Browse files
committed
Merge pull request #3559 from jenshnielsen/texlive_travis
TST : Install texlive and other dependencies when building docs.
2 parents 0ce5259 + 6872174 commit ee2dde7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ matrix:
2323
install:
2424
- pip install -q --use-mirrors nose python-dateutil numpy pep8 pyparsing pillow
2525
- sudo apt-get update && sudo apt-get -qq install inkscape libav-tools
26+
# We use --no-install-recommends to avoid pulling in additional large latex docs that we don't need
27+
- if [[ $BUILD_DOCS == true ]]; then sudo apt-get install -qq --no-install-recommends dvipng texlive-latex-base texlive-latex-extra texlive-fonts-recommended graphviz; fi
2628
- if [[ $BUILD_DOCS == true ]]; then pip install sphinx numpydoc linkchecker; fi
2729
- python setup.py install
2830

0 commit comments

Comments
 (0)