Skip to content

Commit 6c61b50

Browse files
committed
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 (cherry picked from commit a81413f)
1 parent 0d20f1b commit 6c61b50

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/playbooks/pre.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,8 @@
1515
file:
1616
path: "{{ kolla_build_logs_dir }}"
1717
state: directory
18+
19+
- name: Ensure tox is installed
20+
pip:
21+
name: tox
22+
become: true

0 commit comments

Comments
 (0)