From 72218fb0d0864c1e7164f3adbb446aa7fe98ef06 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Sat, 7 Feb 2015 12:26:00 -0600 Subject: [PATCH] Install latex and dvipng Install latex Quiet down latex install Install just the base latex Another try at latex install --- tools/travis_script.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/travis_script.sh b/tools/travis_script.sh index 3e06413a..de67f8fd 100755 --- a/tools/travis_script.sh +++ b/tools/travis_script.sh @@ -7,6 +7,7 @@ section_end "Test.with.min.requirements" section "Build.docs" if [[ $TRAVIS_PYTHON_VERSION != 3.2 ]]; then + sudo apt-get install -qq texlive make html fi section_end "Build.docs"