ci: use the tox version installed by ensure-tox

This change fix the ci by using the new tox installation
provided by the latest https://opendev.org/zuul/zuul-jobs.
This commit is contained in:
Tristan Cacqueray 2020-08-11 18:28:11 +00:00
parent 755ac778cc
commit 85be99830b
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,6 @@
state: present
become: yes
- name: Run tox
command: tox
command: "{{ tox_executable }}"
args:
chdir: '{{ zuul.project.src_dir }}'