Fix typo in contribution instructions.

Change-Id: Ia514b4baf3f5079547d7c198eac60cab96ba3a0e
Signed-off-by: Moises Guimaraes de Medeiros <moguimar@redhat.com>
This commit is contained in:
Moises Guimaraes de Medeiros 2018-09-10 16:31:21 +02:00
parent d01abc82d0
commit 7b3e47736b
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ are listed in ``requirements.txt`` and the requirements for testing are in
pip install -r requirements.txt -r test-requirements.txt
In you go this route, you can interact with the testr command directly.
If you go this route, you can interact with the testr command directly.
Running ``testr run`` will run the entire test suite. ``testr run --parallel``
will run it in parallel (this is the default incantation tox uses). More
information about testr can be found at: http://wiki.openstack.org/testr