diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-04-25 00:19:35 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-04-25 00:19:35 -0700 |
| commit | 0fec6d3d000425314f5a50f98d6409277b89512c (patch) | |
| tree | 93cca74308e7a7440badd91eb1c0611af420c7bd /tox.ini | |
| parent | e600d60408526fe510ace0f2c625793fea8e94b8 (diff) | |
| download | pyramid-0fec6d3d000425314f5a50f98d6409277b89512c.tar.gz pyramid-0fec6d3d000425314f5a50f98d6409277b89512c.tar.bz2 pyramid-0fec6d3d000425314f5a50f98d6409277b89512c.zip | |
put doctest into make command
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |
