From a39b73c19360d6c24e77bd92d73cdfc8e542a9de Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Fri, 18 Dec 2015 15:40:16 -0500 Subject: [PATCH] Switch to testenv:functional This brings our tox.ini files inline with other OpenStack projects. Change-Id: I1645baafac5b13c1ff58ecd059d0c1c0c9185b8d Depends-On: I376e51824c46f9b5eb4a4cff01aaa176632087dd Signed-off-by: Paul Belanger --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 \