From 9cd1d152c450592f29264dfdc137c8015437e1aa Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Mon, 23 May 2016 12:28:29 -0700 Subject: add optional latexpdf build for PDF to tox - Closes #2575 --- tox.ini | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 55c723716..0156d9e51 100644 --- a/tox.ini +++ b/tox.ini @@ -64,6 +64,13 @@ commands = pip install pyramid[docs] make -C docs doctest html epub BUILDDIR={envdir} "SPHINXOPTS=-W -E" +[testenv:pdf] +basepython = python3.5 +whitelist_externals = make +commands = + pip install pyramid[docs] + make -C docs latexpdf BUILDDIR={envdir} "SPHINXOPTS=-W -E" + # we separate coverage into its own testenv because a) "last run wins" wrt # cobertura jenkins reporting and b) pypy and jython can't handle any # combination of versions of coverage and nosexcover that i can find. -- cgit v1.2.3