Pin the python version for tox -edocs

The tox -edocs command do not work with Python3 becauseethe command
depends on a library called "feedformatter" which only supports Python
2 for now.

Partial-Bug: #1669466
Change-Id: Ie087df8843fee228325e88f20b248d96a88862a1
This commit is contained in:
Lucas Alvares Gomes 2017-03-02 14:48:08 +00:00
parent 1e707316f8
commit 9666454132
1 changed files with 1 additions and 0 deletions

View File

@ -19,4 +19,5 @@ commands =
commands = {posargs}
[testenv:docs]
basepython = python2
commands = python setup.py build_sphinx