Remove tox functional

This is no longer needed.

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

View File

@ -8,14 +8,6 @@ basepython = python3
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