From 4f5a86d3daef0e9e18eff7ea603df448814a6a4f Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Thu, 19 Apr 2018 14:30:16 -0400 Subject: [PATCH] Remove tox functional This is no longer needed. Change-Id: I7081a7f6249929a6a29b1d40ff7b2f116fcf7ceb 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