Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enclose command args in with_venv.sh | Zhenguo Niu | 2013-09-09 | 1 | -1/+1 |
| | | | | | | | It will support argument with blanks. Change-Id: I83313290a964bf10fe46570f43cf213ceab8a326 Fixes: bug #1220937 | ||||
* | Update tools/install_venv.py to work w/ latest pip | Nikhil Manchanda | 2012-11-21 | 1 | -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 Simpson | 2012-03-07 | 1 | -0/+0 |
| | |||||
* | Adding the venv/unit test framework stuff | mbasnight | 2012-02-22 | 1 | -0/+4 |
* run_tests stuff * gerrit stuff * test-requires for pip |