Merge "Improve doctest and doc8 test"

This commit is contained in:
Jenkins 2017-07-11 19:19:53 +00:00 committed by Gerrit Code Review
commit 5776858b53
1 changed files with 2 additions and 2 deletions

View File

@ -26,8 +26,8 @@ commands = python setup.py test --coverage --testr-args='{posargs}'
[testenv:py27]
commands =
python setup.py testr --slowest --testr-args='{posargs}'
sphinx-build -b doctest doc/source doc/build
doc8 --ignore-path "doc/source/user/history.rst" doc/source
python setup.py build_sphinx -b doctest
doc8 doc/source
[testenv:docs]
commands = python setup.py build_sphinx