summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBert JW Regeer <xistence@0x58.com>2016-04-25 16:56:16 -0600
committerBert JW Regeer <xistence@0x58.com>2016-04-25 16:56:16 -0600
commit0fdf616cebb439e5dff388ca3bd5cd0c3bdcfd1b (patch)
tree93cca74308e7a7440badd91eb1c0611af420c7bd /tox.ini
parent1a6e20fbc048a03bee8b8be8955788861c4ed9ed (diff)
parent0fec6d3d000425314f5a50f98d6409277b89512c (diff)
downloadpyramid-0fdf616cebb439e5dff388ca3bd5cd0c3bdcfd1b.tar.gz
pyramid-0fdf616cebb439e5dff388ca3bd5cd0c3bdcfd1b.tar.bz2
pyramid-0fdf616cebb439e5dff388ca3bd5cd0c3bdcfd1b.zip
Merge pull request #2530 from stevepiercy/master
Allow Sphinx doctests to run and pass with `make doctest SPHINXBUILD=$VENV/bin/sphinx-build`
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 258b2892c..fc47faf17 100644
--- a/tox.ini
+++ b/tox.ini
@@ -57,7 +57,7 @@ basepython = python3.5
whitelist_externals = make
commands =
pip install pyramid[docs]
- make -C docs html epub BUILDDIR={envdir} "SPHINXOPTS=-W -E"
+ make -C docs doctest html epub 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