From 0622bb808839db17d295d0d71b2dc974eee20fda Mon Sep 17 00:00:00 2001 From: Ricardo Carrillo Cruz Date: Fri, 27 May 2016 16:02:36 +0200 Subject: [PATCH] Make tests to use libraries from tox venv Change-Id: I64b5e4f675c2b807d3712c9fe72d0c809fb1d948 --- tests/inventory | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/inventory b/tests/inventory index 8bc8296..7d2265b 100644 --- a/tests/inventory +++ b/tests/inventory @@ -1,2 +1,2 @@ [test] -test01 ansible_host=localhost ansible_connection=local +test01 ansible_host=localhost ansible_connection=local ansible_python_interpreter=.tox/functional/bin/python