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:
Andreas Scheuring 2018-04-10 14:02:33 +02:00
parent 7b4bbc20aa
commit 0d444e7546
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ commands =
coverage report
[testenv:docs]
basepython=python3
commands =
python setup.py build_sphinx
oslo-config-generator --config-file=etc/nova/nova-dpm-config-generator.conf