diff options
author | Matthew Jones <mat@matburt.net> | 2016-03-09 20:33:42 +0100 |
---|---|---|
committer | Graham Mainwaring <gmainwaring@ansible.com> | 2016-03-21 17:11:19 +0100 |
commit | 46bbc83d0df05d6e1dcb739e719750735d9625c0 (patch) | |
tree | 21f3b90486d0f89fe46141303e2f57adc31b8b29 /.gitignore | |
parent | flake8 fix (diff) | |
download | awx-46bbc83d0df05d6e1dcb739e719750735d9625c0.tar.xz awx-46bbc83d0df05d6e1dcb739e719750735d9625c0.zip |
Changes for Tower virtualenv support
* Break requirements down into ansible and tower reqs
* Generate separate Ansible and Tower virtual environments
* Install appropriate requirements files into each one
* Modify development tools to use these venvs instead of our old
site-packages
* Modify settings to indicate venv enablement and location of venvs
* Modify tasks to use the proper virtual environment for its purpose
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index c385ad667d..095072596e 100644 --- a/.gitignore +++ b/.gitignore @@ -97,3 +97,4 @@ reports # AWX python libs populated by requirements.txt awx/lib/.deps_built awx/lib/site-packages +venv/* |