1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-28 16:57:22 +00:00

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

View File

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