Remove tox functional

This is no longer needed.

Change-Id: Id139b7f03cebd2e7d971aa048845a5f43f1fc10e
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-04-19 14:17:02 -04:00
parent f0aa4dbd84
commit 77cbd299ef
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 0 additions and 11 deletions

11
tox.ini
View File

@ -7,17 +7,6 @@ skipsdist = True
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
[testenv:functional]
commands =
# NOTE(pabelanger): Because ansible default ansible_user to null now, we need to pass it via CLI.
ansible-playbook -i tests/inventory tests/test.yaml -e ansible_user={env:USER}
passenv =
HOME
USER
setenv =
ANSIBLE_CONFIG = {toxinidir}/tests/ansible.cfg
PYTHONUNBUFFERED = 1
[testenv:docs]
commands = python setup.py build_sphinx