summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2013-05-09 23:09:36 +0100
committerMark McLoughlin <markmc@redhat.com>2013-05-09 23:09:36 +0100
commit765fdc858f5008db27c10264a9ba01eddc2adc9d (patch)
tree8c988eed1b8aaa178c933870c91331d3cd2b2f83 /README
parente523c8c591806454e0e326bbdac57508787f8d24 (diff)
Minor README improvement
Make it a .rst, add a link to the wiki page, mention that this repo is an incubator. Change-Id: I47a1b6f5811ce476393ac94c3b11eec61b3984e3
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 0 insertions, 11 deletions
diff --git a/README b/README
deleted file mode 100644
index 04da07e..0000000
--- a/README
+++ /dev/null
@@ -1,11 +0,0 @@
-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