From 00f2230e4fae454a9692783ec015d081aa9b4c34 Mon Sep 17 00:00:00 2001 From: Windel Bouwman Date: Sat, 4 Oct 2014 11:00:57 +0200 Subject: [PATCH] Fix latex dependency --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d4d8f8e..90c7066 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ install: - sudo apt-get install python-sphinx python-matplotlib zip - sudo apt-get install python-sympy python-qt4 xvfb graphviz - sudo apt-get install texlive-latex-recommended dvipng librsvg2-bin -- sudo apt-get install imagemagick docbook2x +- sudo apt-get install imagemagick docbook2x texlive-latex-extra - sudo pip install numpydoc script: - "./make_docs.sh"