Merge "tox: Build docs with Python 2.7"

This commit is contained in:
Jenkins 2017-04-06 12:58:24 +00:00 committed by Gerrit Code Review
commit 3444bbf028

@ -26,6 +26,7 @@ commands =
commands = {posargs}
[testenv:docs]
basepython = python2.7
commands = python setup.py build_sphinx
[testenv:py27-func-rabbit]