summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2012-01-06 10:19:25 -0800
committerMonty Taylor <mordred@inaugust.com>2012-01-06 10:19:25 -0800
commit455c9e754d38b832aa040a287a8bb7ba20ef5947 (patch)
treed356b4b5ea7f4dcbac82b13f4ce90ff5d1cc8558
parent3243ee798784535c13c5c07b5049c3c7565fd850 (diff)
Updated README with instructions.
-rw-r--r--README12
1 files changed, 11 insertions, 1 deletions
diff --git a/README b/README
index 07c7ba0..04da07e 100644
--- a/README
+++ b/README
@@ -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