tox -edocs doesn't work with Python3

Implementing the same pinning of python version as in the ironic specs
patch #440604:

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

Change-Id: I703b4a3a4df8c3ceb23adb09632ae5171e6f997e
Closes-Bug: 1669466
This commit is contained in:
dparalen 2017-03-03 15:04:34 +01:00 committed by Milan Kováčik
parent a68360f960
commit 2c937330a8
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ commands =
doc8 README.rst doc/source specs doc8 README.rst doc/source specs
[testenv:docs] [testenv:docs]
# TODO(milan): remove the version pin once feedformatter supports python3
basepython = python2.7
commands = python setup.py build_sphinx commands = python setup.py build_sphinx
[testenv:spelling] [testenv:spelling]