diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-05-23 12:28:29 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-05-23 12:28:29 -0700 |
| commit | 9cd1d152c450592f29264dfdc137c8015437e1aa (patch) | |
| tree | c7e3110911cddd43c581c3c597cf336b9d51f955 /tox.ini | |
| parent | cd1cfa89ffd6257106fe7a7ebd2b41a476c9e9c1 (diff) | |
| download | pyramid-9cd1d152c450592f29264dfdc137c8015437e1aa.tar.gz pyramid-9cd1d152c450592f29264dfdc137c8015437e1aa.tar.bz2 pyramid-9cd1d152c450592f29264dfdc137c8015437e1aa.zip | |
add optional latexpdf build for PDF to tox
- Closes #2575
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |
