Remove tox functional

This is no longer needed.

Change-Id: Ife099b283c0c0ab8e746f3833bbd9b58f54925cc
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-04-19 14:28:28 -04:00
parent 85a9f3b5b9
commit dd49f78200
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