Use python3 for translation jobs

Horizon no longer support python2 as it has dropped Django 1.11
support which is the last version with python 2.7 support.
However, the translation jobs still require python2, so the translation
jobs are failing after horizon dropped python2 support.
It is time to ensure python3 in the translation jobs.

Change-Id: Id78484bf5366601b11547e80b772a0eec03622d0
This commit is contained in:
Akihiro Motoki 2020-01-06 18:33:46 +09:00
parent 95aac7aa54
commit 0a7e5e969c
1 changed files with 1 additions and 0 deletions

View File

@ -4,5 +4,6 @@
doc_building_packages:
- sphinx
- reno
sphinx_python: python3
- ensure-babel
- copy-proposal-common-scripts