Skip to content

Commit

Permalink
Add doctests to the coverage calculation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Jun 2, 2017
1 parent f316225 commit 04d4a05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Expand Up @@ -43,9 +43,10 @@ basepython =
python2.7
commands =
sphinx-build -b html -d docs/_build/doctrees docs docs/_build/html
sphinx-build -b doctest -d docs/_build/doctrees docs docs/_build/doctest
coverage run {envbindir}/sphinx-build -b doctest -d docs/_build/doctrees docs docs/_build/doctest
deps =
.[docs]
coverage

[testenv:coverage]
basepython = python2.7
Expand Down

0 comments on commit 04d4a05

Please sign in to comment.