From 0c7b64bdcb6d87fd90c9c1883b23e19a50a8c660 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Tue, 9 Feb 2016 16:05:43 -0500 Subject: [PATCH] Switch to tox -efunctional Change-Id: Ifca2b452d196ccdebbb1da4a7080ee5a3626002d Signed-off-by: Paul Belanger --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index cd1cd13..512fa7c 100644 --- a/tox.ini +++ b/tox.ini @@ -7,7 +7,7 @@ skipsdist = True deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt -[testenv:ansible-functional] +[testenv:functional] commands = ansible-playbook -i tests/inventory tests/test.yaml passenv = HOME