Update README.rst

Add more tox environments.

Change-Id: Ie7669d3e7ec9052d4ca987f0ed4d197d04ba6579
This commit is contained in:
Andreas Jaeger 2014-10-13 16:42:04 +02:00
parent 9e75457f14
commit 06f99903e6
1 changed files with 2 additions and 0 deletions

View File

@ -71,10 +71,12 @@ gating jobs.
If you like to run individual tests, run:
* ``tox -e checklinks`` - to run the tests for working remote URLs
* ``tox -e checkniceness`` - to run the niceness tests
* ``tox -e checksyntax`` - to run syntax checks
* ``tox -e checkdeletions`` - to check that no deleted files are referenced
* ``tox -e checkbuild`` - to actually build the manual
* ``tox -e checklang`` - to build translated manuals
tox will use the openstack-doc-tools package for execution of these
tests.