Remove tox functional

This is no longer needed.

Change-Id: I7081a7f6249929a6a29b1d40ff7b2f116fcf7ceb
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-04-19 14:30:16 -04:00
parent ac33befc0e
commit 4f5a86d3da
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