diff options
| author | Michael Merickel <michael@merickel.org> | 2015-04-19 16:14:17 -0500 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2015-04-19 16:14:17 -0500 |
| commit | 4d8580c92b1c4ed45e954f79fcbe1dc018ee700b (patch) | |
| tree | 80e3cfa5794ed4f8d7a4c4d9ce1f213c3129c886 /tox.ini | |
| parent | 37f3ed08e55704012b5c3b7b9e77b684c28d81b2 (diff) | |
| download | pyramid-4d8580c92b1c4ed45e954f79fcbe1dc018ee700b.tar.gz pyramid-4d8580c92b1c4ed45e954f79fcbe1dc018ee700b.tar.bz2 pyramid-4d8580c92b1c4ed45e954f79fcbe1dc018ee700b.zip | |
add epub to docs and specify a env-specific build dir for docs
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -42,13 +42,13 @@ setenv = whitelist_externals = make commands = pip install pyramid[docs] - make -C docs html + make -C docs html epub BUILDDIR={envdir} [testenv:py3-docs] whitelist_externals = make commands = pip install pyramid[docs] - make -C docs html + make -C docs html epub BUILDDIR={envdir} [testenv:coverage] basepython = python3.4 |
