summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2015-04-19 16:14:17 -0500
committerMichael Merickel <michael@merickel.org>2015-04-19 16:14:17 -0500
commit4d8580c92b1c4ed45e954f79fcbe1dc018ee700b (patch)
tree80e3cfa5794ed4f8d7a4c4d9ce1f213c3129c886 /tox.ini
parent37f3ed08e55704012b5c3b7b9e77b684c28d81b2 (diff)
downloadpyramid-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.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 2b974b07e..7f3d0c906 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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