From e600d60408526fe510ace0f2c625793fea8e94b8 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Sun, 24 Apr 2016 20:54:16 -0700 Subject: add doctest to tox.ini [docs] environment --- tox.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'tox.ini') 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 -- cgit v1.2.3