Fix bullet list format in README.rst

Change-Id: I3680bd972a2c3247f1a07c84752ca65ce7a54c7b
This commit is contained in:
Gauvain Pocentek 2014-02-02 11:16:36 +01:00
parent 2894dea2a5
commit 29c74c3d98
1 changed files with 5 additions and 4 deletions

View File

@ -56,6 +56,7 @@ directory to use the same tests that are done as part of our Jenkins
gating jobs. gating jobs.
If you like to run individual tests, run: If you like to run individual tests, run:
* ``tox -e checkniceness`` - to run the niceness tests * ``tox -e checkniceness`` - to run the niceness tests
* ``tox -e checksyntax`` - to run syntax checks * ``tox -e checksyntax`` - to run syntax checks
* ``tox -e checkdeletions`` - to check that no deleted files are referenced * ``tox -e checkdeletions`` - to check that no deleted files are referenced