diff options
| author | Monty Taylor <mordred@inaugust.com> | 2012-01-06 10:19:25 -0800 |
|---|---|---|
| committer | Monty Taylor <mordred@inaugust.com> | 2012-01-06 10:19:25 -0800 |
| commit | 455c9e754d38b832aa040a287a8bb7ba20ef5947 (patch) | |
| tree | d356b4b5ea7f4dcbac82b13f4ce90ff5d1cc8558 | |
| parent | 3243ee798784535c13c5c07b5049c3c7565fd850 (diff) | |
Updated README with instructions.
| -rw-r--r-- | README | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1 +1,11 @@ -Common code for Openstack Projects.
\ No newline at end of file +Common code for Openstack Projects. + +To run tests in virtualenvs (preferred): + + sudo pip install tox + tox + +To run tests in the current environment: + + sudo pip install -r tools/pip-requires + nosetests |
