summaryrefslogtreecommitdiff
path: root/tools/with_venv.sh
Commit message (Collapse)AuthorAgeFilesLines
* Enclose command args in with_venv.shZhenguo Niu2013-09-091-1/+1
| | | | | | | It will support argument with blanks. Change-Id: I83313290a964bf10fe46570f43cf213ceab8a326 Fixes: bug #1220937
* Update tools/install_venv.py to work w/ latest pipNikhil Manchanda2012-11-211-3/+29
| | | | | | | | | | | pip dropped the -E option as of 1.1; now to install in a virtualenv, you just explicitly activate the virtualenv. This commit fakes the same behavior of explicitly specifying a virtualenv for installation by altering tools/with_venv.sh to optionally take the -E flag Fixes Bug #1081200 Change-Id: I470ba9563864337b8af2a79ae463e269ba66bf8f
* Got the unit test venv environment working.Tim Simpson2012-03-071-0/+0
|
* Adding the venv/unit test framework stuffmbasnight2012-02-221-0/+4
* run_tests stuff * gerrit stuff * test-requires for pip