summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-04-24 20:54:16 -0700
committerSteve Piercy <web@stevepiercy.com>2016-04-24 20:54:16 -0700
commite600d60408526fe510ace0f2c625793fea8e94b8 (patch)
tree1330ac513556e2d479aa7ef78830f12676ea04c2 /tox.ini
parenta470ff601182fed93446b8bfe4bc8707a8455949 (diff)
downloadpyramid-e600d60408526fe510ace0f2c625793fea8e94b8.tar.gz
pyramid-e600d60408526fe510ace0f2c625793fea8e94b8.tar.bz2
pyramid-e600d60408526fe510ace0f2c625793fea8e94b8.zip
add doctest to tox.ini [docs] environment
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 258b2892c..3c0d25493 100644
--- a/tox.ini
+++ b/tox.ini
@@ -58,6 +58,7 @@ whitelist_externals = make
commands =
pip install pyramid[docs]
make -C docs html epub BUILDDIR={envdir} "SPHINXOPTS=-W -E"
+ sphinx-build -b doctest -d docs/_build/doctrees docs docs/_build/doctest
# 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