Merge "CI: Install tox" into stable/train

This commit is contained in:
Zuul 2020-03-23 12:10:54 +00:00 committed by Gerrit Code Review
commit e25e8206e2
1 changed files with 5 additions and 0 deletions

View File

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