summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2015-05-31 11:14:38 -0700
committerSteve Piercy <web@stevepiercy.com>2015-05-31 11:14:38 -0700
commit6aa76071204f4ba6b4f65916032fff059e6838ed (patch)
tree02b7f4bcbc8e222243de02aa431465e4a9defbaa /tox.ini
parent202e6e14960fbd7b822aff92d2e2761810ce0856 (diff)
downloadpyramid-6aa76071204f4ba6b4f65916032fff059e6838ed.tar.gz
pyramid-6aa76071204f4ba6b4f65916032fff059e6838ed.tar.bz2
pyramid-6aa76071204f4ba6b4f65916032fff059e6838ed.zip
move -E from Makefile to tox.ini so that we don't punish manual doc builds
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 f3b21561f..d3e494de9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -57,13 +57,13 @@ setenv =
whitelist_externals = make
commands =
pip install pyramid[docs]
- make -C docs html epub BUILDDIR={envdir}
+ make -C docs html epub BUILDDIR={envdir} "SPHINXOPTS=-W -E"
[testenv:py3-docs]
whitelist_externals = make
commands =
pip install pyramid[docs]
- make -C docs html epub BUILDDIR={envdir}
+ make -C docs html epub BUILDDIR={envdir} "SPHINXOPTS=-W -E"
[testenv:py26-scaffolds]
basepython = python2.6