diff --git a/tox.ini b/tox.ini index 98d53d45..929ecaa3 100644 --- a/tox.ini +++ b/tox.ini @@ -86,6 +86,11 @@ basepython = python3 commands = functest-run-suite --keep-model --dev +[testenv:func-target] +basepython = python3 +commands = + functest-run-suite --keep-model --bundle {posargs} + [flake8] ignore = E402,E226 exclude = */charmhelpers