summaryrefslogtreecommitdiff
path: root/tools/install_venv.py
Commit message (Collapse)AuthorAgeFilesLines
* Rename requires files to standard names.Zhenguo Niu2013-05-291-2/+2
| | | | | | | | | Rename tools/pip-requires to requirements.txt and tools/test-requires to test-requirements.txt. These are standard files, and tools in the general world are growing intelligence about them. Change-Id: I903213fda94a833335abaa7ad9a90bbb688ec15a Fixes: bug #1179008
* Use install_venv_common.py from oslo.Josh Kearney2013-01-291-204/+27
| | | | | | | This syncs install_venv_common.py from oslo and reworks the tools/install_venv.py script to use the new library. Change-Id: I3426a7f51b0018e074cc6f4b1d70b38e52464a38
* Clean up test environment and remove unused imports.Josh Kearney2013-01-221-0/+244
First round of adding more complete unit test coverage. Change-Id: Ic1979c499ca6fcb784892a95954a3527539c4e53