diff --git a/roles/tobiko-tox/defaults/main.yaml b/roles/tobiko-tox/defaults/main.yaml index 866c45f58..1c39f2c30 100644 --- a/roles/tobiko-tox/defaults/main.yaml +++ b/roles/tobiko-tox/defaults/main.yaml @@ -2,7 +2,7 @@ # Directory where test cases has been deployed to tox_dir: '{{ test_dir | realpath }}' -tox_command: "{{ tobiko_dir | realpath }}/tools/ci/tox" +tox_command: "tox" tox_envlist: py36 tox_extra_args: ''