Skip to content

Commit 4d0a55e

Browse files
author
onlinejudge95
committed
Address minor comments
1 parent 88e4abd commit 4d0a55e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/html/development/getting-started.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,13 @@ pip's tests.
5151

5252
It is preferable to run the tests in parallel for better experience during development,
5353
since the tests can take a long time to finish when run sequentially.
54-
To run tests locally, run:
54+
55+
To run tests:
5556
.. code-block:: console
5657
5758
$ tox -e py36 -- -n auto
5859
59-
For running tests sequentially remove the ``-n`` flag.
60+
To run tests without parallelization, run:
6061
.. code-block:: console
6162
6263
$ tox -e py36

0 commit comments

Comments
 (0)