1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-21 13:33:08 +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
become: yes
- name: Run tox
command: tox
command: "{{ tox_executable }}"
args:
chdir: '{{ zuul.project.src_dir }}'