Merge "tox: Build docs with Python 2.7"

changes/24/454824/1
Jenkins 2017-04-06 12:58:24 +00:00 committed by Gerrit Code Review
commit 3444bbf028
1 changed files with 1 additions and 0 deletions

View File

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