Skip to content

Commit 56f0a8b

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "CI: Install tox" into stable/stein
2 parents 8400336 + 6c61b50 commit 56f0a8b

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)