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
This commit is contained in:
Ryan Petrello
2017-06-19 16:11:15 -04:00
parent 157835ceac
commit 2e608f4eac
6 changed files with 19 additions and 32 deletions

View File

@@ -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