Add TERM to passenv for tox.ini

It is possible people want to see colors for ansible.

Change-Id: Ided8db1eed2c780ded41505c242d3d7e69106ca2
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2018-04-11 21:30:25 -04:00
parent 79125272f3
commit f2f1c07531
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ commands = {posargs}
passenv =
HOME
SSH_AUTH_SOCK
TERM
USER
setenv =
ANSIBLE_CALLBACK_PLUGINS = {envsitepackagesdir}/ara/plugins/callbacks