Fix python version to 2.7 for docs

Fedora 25 recently moved to python3 as the default python version.

Trying to build docs errors on Fedora 25 during the venv build
due to feedformatter not being Py3 clean.  feedformatter is a
dependency of yasfb, making yasfb py27 only.

Change-Id: Iabf51bf9d576eb0794b1d06c641400a79a00ce23
This commit is contained in:
Adam Young 2016-12-02 15:12:09 -05:00
parent 2f80d6e4f2
commit b84f6cb97b

View File

@ -14,4 +14,5 @@ commands = python setup.py testr --slowest --testr-args='{posargs}'
commands = {posargs}
[testenv:docs]
basepython=python2.7
commands = python setup.py build_sphinx