Call pip install tox differently

Change-Id: I6d181c6aa3568c05d2af9bf9f7bf975d7be32f0b
This commit is contained in:
Andrey Kurilin 2022-01-12 11:25:16 +02:00
parent 72859c8f67
commit 58b12c2e0b
1 changed files with 1 additions and 1 deletions

View File

@ -59,6 +59,6 @@
shell:
executable: /bin/bash
cmd: |
pip{{ python_version.stdout }} install tox
python{{ python_version.stdout }} -m pip install tox
roles:
- bindep