From 6bdb0f149d1ec98bac2b13640f1c943eb910c934 Mon Sep 17 00:00:00 2001 From: Dmitry Tantsur Date: Thu, 27 Sep 2018 13:57:58 +0200 Subject: [PATCH] Correct headings in README.rst Currently it's titled "Team and repository tags", which is obviously not the project name. Also the top-level title is duplicated twice. Also correct the information on running tests (I'm not even sure where it came from). Change-Id: I581733a648aae6bfbe873262853cacb485f7de63 --- README.rst | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/README.rst b/README.rst index 583daf52..21debc32 100644 --- a/README.rst +++ b/README.rst @@ -1,16 +1,13 @@ -======================== +========== +ironic-lib +========== + Team and repository tags -======================== +------------------------ .. image:: https://governance.openstack.org/tc/badges/ironic-lib.svg :target: https://governance.openstack.org/tc/reference/tags/index.html -.. Change things from this point on - ----------- -ironic_lib ----------- - Overview -------- @@ -27,6 +24,6 @@ To run tests in virtualenvs (preferred):: To run tests in the current environment:: - $ sudo pip install -r requirements.txt - $ nosetests + $ sudo pip install -r requirements.txt -r test-requirements.txt + $ stestr run