Use python3 for documentation builds

Pecanwsme 0.9 supports python3, so there is no reason to use python2
anymore.

Change-Id: Ib69afa4968af4db7a7e70e21acdb9d636694b306
This commit is contained in:
Luka Peschke 2018-10-01 10:43:02 +02:00
parent 689177f27f
commit d466190cef
1 changed files with 1 additions and 2 deletions

View File

@ -48,8 +48,7 @@ basepython = python3
commands = oslopolicy-sample-generator --config-file=etc/oslo-policy-generator/cloudkitty.conf
[testenv:docs]
# TODO: switch back to python3 after removing wsme from the api
basepython = python2
basepython = python3
commands = python setup.py build_sphinx
[testenv:venv]