Remove tox functional

This is no longer used.

Change-Id: I997051d175ef2998e6bd9d8c87fad5780ca5965d
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-04-19 14:12:55 -04:00
parent 584a86ece6
commit c0d64192cb
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 0 additions and 8 deletions

View File

@ -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