diff --git a/tox.ini b/tox.ini index e7f1526..200ff76 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 @@ -71,7 +71,7 @@ commands = changedir = tests commands = ansible-lint test.yml -[testenv:ansible-functional] +[testenv:functional] changedir = tests commands = ansible-playbook -i inventory \