diff --git a/tox.ini b/tox.ini index 10ac5cd4..3d8cf47d 100644 --- a/tox.ini +++ b/tox.ini @@ -63,6 +63,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