From 0fec6d3d000425314f5a50f98d6409277b89512c Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Mon, 25 Apr 2016 00:19:35 -0700 Subject: put doctest into make command --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 3c0d25493..fc47faf17 100644 --- a/tox.ini +++ b/tox.ini @@ -57,8 +57,7 @@ basepython = python3.5 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 + 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 -- cgit v1.2.3