Skip to content

Commit

Permalink
add latex stuff for docs build
Browse files Browse the repository at this point in the history
  • Loading branch information
menshikh-iv committed Dec 20, 2017
1 parent 4b63f6c commit 540021c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,13 @@ matrix:
- python: '3.6'
env: TOXENV="py36-linux"

before_install:
- if [[ ${TOXENV} == *"docs"* ]]; then
apt-get -yq update;
apt-get -yq remove texlive-binaries --purge;
apt-get -yq --no-install-suggests --no-install-recommends --force-yes install \
dvipng texlive-latex-base texlive-latex-extra texlive-latex-recommended \
texlive-latex-extra texlive-fonts-recommended latexmk;
fi
install: pip install tox
script: tox -vv

0 comments on commit 540021c

Please sign in to comment.