Use regular tox as default command

Change-Id: Id929b2bf80fd8e4898c743f9bfa085b431799de6
This commit is contained in:
Federico Ressi 2020-03-17 13:39:06 +01:00
parent a4ab99ba89
commit 71722d07c6
1 changed files with 1 additions and 1 deletions

View File

@ -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: ''