Fix rst syntax in Getting Started guide

This commit is contained in:
Nguyễn Gia Phong 2020-03-29 17:26:04 +07:00 committed by Xavier Fernandez
parent 720c77aa38
commit 03f0ff440d
1 changed files with 2 additions and 0 deletions

View File

@ -53,11 +53,13 @@ It is preferable to run the tests in parallel for better experience during devel
since the tests can take a long time to finish when run sequentially.
To run tests:
.. code-block:: console
$ tox -e py36 -- -n auto
To run tests without parallelization, run:
.. code-block:: console
$ tox -e py36