From 702e18bd170f15fef5bf20511550cbbe2bf1eae4 Mon Sep 17 00:00:00 2001 From: Joel Nothman Date: Wed, 1 Nov 2017 21:08:36 +1100 Subject: [PATCH 1/3] Install pdflatex in Travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index add28760..04691e8f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,7 @@ cache: directories: - $HOME/.cache/pip before_install: + - sudo apt-get install texlive-latex-base - pip install --upgrade pip setuptools # Upgrade pip and setuptools to get ones with `wheel` support - pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --trusted-host wheels.astropy.org --trusted-host wheels2.astropy.org --use-wheel nose numpy matplotlib ${SPHINX_SPEC} script: From 378e32a7b63a6e16163265a5107288339b6cbc5d Mon Sep 17 00:00:00 2001 From: Joel Nothman Date: Wed, 1 Nov 2017 21:20:20 +1100 Subject: [PATCH 2/3] More TeX packages --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 04691e8f..b02facfd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ cache: directories: - $HOME/.cache/pip before_install: - - sudo apt-get install texlive-latex-base + - sudo apt-get install texlive texlive-latex-extra - pip install --upgrade pip setuptools # Upgrade pip and setuptools to get ones with `wheel` support - pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --trusted-host wheels.astropy.org --trusted-host wheels2.astropy.org --use-wheel nose numpy matplotlib ${SPHINX_SPEC} script: From 888062f7ff7bff90caa81e8d8a6c9a34fbcc27db Mon Sep 17 00:00:00 2001 From: Joel Nothman Date: Wed, 1 Nov 2017 21:28:25 +1100 Subject: [PATCH 3/3] Some sphinx require latexmk --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b02facfd..fda4f5cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ cache: directories: - $HOME/.cache/pip before_install: - - sudo apt-get install texlive texlive-latex-extra + - sudo apt-get install texlive texlive-latex-extra latexmk - pip install --upgrade pip setuptools # Upgrade pip and setuptools to get ones with `wheel` support - pip install --find-links http://wheels.astropy.org/ --find-links http://wheels2.astropy.org/ --trusted-host wheels.astropy.org --trusted-host wheels2.astropy.org --use-wheel nose numpy matplotlib ${SPHINX_SPEC} script: