Execute docs job on python3
Travis executes docs build in python3 env. Let's do the same locally. Docs job under python 3 is more picky than under python 2. Let's use it. Change-Id: Ia835297eee127bd2f218c080ea0411ce7256e140
This commit is contained in:
parent
7b4bbc20aa
commit
0d444e7546
1
tox.ini
1
tox.ini
@ -30,6 +30,7 @@ commands =
|
|||||||
coverage report
|
coverage report
|
||||||
|
|
||||||
[testenv:docs]
|
[testenv:docs]
|
||||||
|
basepython=python3
|
||||||
commands =
|
commands =
|
||||||
python setup.py build_sphinx
|
python setup.py build_sphinx
|
||||||
oslo-config-generator --config-file=etc/nova/nova-dpm-config-generator.conf
|
oslo-config-generator --config-file=etc/nova/nova-dpm-config-generator.conf
|
||||||
|
Loading…
Reference in New Issue
Block a user