From dd49f7820007a9461cda4f0ab71bea6b900cefa8 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Thu, 19 Apr 2018 14:28:28 -0400 Subject: [PATCH] Remove tox functional This is no longer needed. Change-Id: Ife099b283c0c0ab8e746f3833bbd9b58f54925cc Signed-off-by: Paul Belanger --- tox.ini | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tox.ini b/tox.ini index 1d1a9a6..be76c31 100644 --- a/tox.ini +++ b/tox.ini @@ -7,14 +7,6 @@ skipsdist = True deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt -[testenv:functional] -commands = - ansible-playbook -i tests/inventory tests/test.yaml -passenv = HOME -setenv = - ANSIBLE_CONFIG = {toxinidir}/tests/ansible.cfg - PYTHONUNBUFFERED = 1 - [testenv:docs] commands = python setup.py build_sphinx