summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-04-25 00:19:35 -0700
committerSteve Piercy <web@stevepiercy.com>2016-04-25 00:19:35 -0700
commit0fec6d3d000425314f5a50f98d6409277b89512c (patch)
tree93cca74308e7a7440badd91eb1c0611af420c7bd /tox.ini
parente600d60408526fe510ace0f2c625793fea8e94b8 (diff)
downloadpyramid-0fec6d3d000425314f5a50f98d6409277b89512c.tar.gz
pyramid-0fec6d3d000425314f5a50f98d6409277b89512c.tar.bz2
pyramid-0fec6d3d000425314f5a50f98d6409277b89512c.zip
put doctest into make command
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
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