Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0ce5259 + 6872174 commit ee2dde7Copy full SHA for ee2dde7
.travis.yml
@@ -23,6 +23,8 @@ matrix:
23
install:
24
- pip install -q --use-mirrors nose python-dateutil numpy pep8 pyparsing pillow
25
- 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
28
- if [[ $BUILD_DOCS == true ]]; then pip install sphinx numpydoc linkchecker; fi
29
- python setup.py install
30
0 commit comments