From 71722d07c67db492c2f891159c035d569e61a2eb Mon Sep 17 00:00:00 2001 From: Federico Ressi Date: Tue, 17 Mar 2020 13:39:06 +0100 Subject: [PATCH] Use regular tox as default command Change-Id: Id929b2bf80fd8e4898c743f9bfa085b431799de6 --- roles/tobiko-tox/defaults/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: ''