diff --git a/tox.ini b/tox.ini index c093f885..3e7c1d2c 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] minversion = 1.6 skipsdist = True -envlist = docs,pep8,ansible-syntax,ansible-lint,ansible-functional +envlist = docs,pep8,ansible-syntax,ansible-lint,functional [testenv] usedevelop = True @@ -69,7 +69,7 @@ commands = changedir = tests commands = ansible-lint test.yml -[testenv:ansible-functional] +[testenv:functional] changedir = tests commands = ansible-playbook -i inventory \