Add role to ensure tox is installed on target host
Change-Id: I8d2ee07bc84efb7eb0eb23a64ecdff97fd5cecb6
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
# Directory where test cases has been deployed to
|
||||
tox_dir: '{{ test_dir | realpath }}'
|
||||
tox_command: tox
|
||||
tox_command: '{{ tox_executable | default(tox) }}'
|
||||
tox_environment: {}
|
||||
tox_envlist:
|
||||
tox_extra_args: ''
|
||||
|
||||
@@ -3,3 +3,4 @@
|
||||
dependencies:
|
||||
- role: tobiko-common
|
||||
- role: tobiko-ensure-python
|
||||
- role: tobiko-ensure-tox
|
||||
|
||||
Reference in New Issue
Block a user