CI: Install tox

tox will be removed from the base image. Install it before that happens.

This change is made in a simple way that can be easily backported.

Change-Id: I2a24c87aa44c1e03ba76a2fb0bd71caf54eb4211
This commit is contained in:
Mark Goddard 2020-03-17 09:25:28 +00:00 committed by Radosław Piliszek
parent e4bb18819f
commit a81413fc52
1 changed files with 5 additions and 0 deletions

View File

@ -17,3 +17,8 @@
file: file:
path: "{{ kolla_build_logs_dir }}" path: "{{ kolla_build_logs_dir }}"
state: directory state: directory
- name: Ensure tox is installed
pip:
name: tox
become: true