From 2e608f4eacff27ef56725590dc14f7efd81967fc Mon Sep 17 00:00:00 2001 From: Ryan Petrello Date: Mon, 19 Jun 2017 16:11:15 -0400 Subject: remove ANSIBLE_USE_VENV and TOWER_USE_VENV modern Tower deployments (both production and dev container-based) always build ansible and Tower in separate, distinct virtualenvs, not the global site-packages --- tox.ini | 2 -- 1 file changed, 2 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 30cf19266e..e29c4c3cf4 100644 --- a/tox.ini +++ b/tox.ini @@ -16,9 +16,7 @@ setenv = SWIG_FEATURES = -cpperraswarn -includeall -I/usr/include/openssl HOME = {homedir} USERPROFILE = {homedir} - ANSIBLE_USE_VENV = True ANSIBLE_VENV_PATH = {toxworkdir} - TOWER_USE_VENV = True TOWER_VENV_PATH = {toxworkdir} SKIP_SLOW_TESTS = True -- cgit v1.2.3