Fix functional job: Install tox

Recently, the OpenDev images did not install tox anymore, add
ensure-tox role to functional job pre-run playbook so that tox is
installed.

Change-Id: I56057f2120dafa31e24688f66cc8016f1a19681e
This commit is contained in:
Andreas Jaeger 2020-07-03 08:51:26 +02:00
parent 05941f13eb
commit a3ec6967fc
2 changed files with 6 additions and 0 deletions

View File

@ -19,3 +19,6 @@
chdir: 'src/{{ zuul.project.canonical_name }}'
environment:
USE_PYTHON3: "True"
roles:
- ensure-tox

View File

@ -10,3 +10,6 @@
chdir: 'src/{{ zuul.project.canonical_name }}'
environment:
USE_PYTHON3: "False"
roles:
- ensure-tox