Skip to content

Commit c0aa401

Browse files
committed
Merge branch 'master' into run-command
2 parents a4a56e3 + 03f0ff4 commit c0aa401

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/html/development/getting-started.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,13 @@ It is preferable to run the tests in parallel for better experience during devel
5353
since the tests can take a long time to finish when run sequentially.
5454

5555
To run tests:
56+
5657
.. code-block:: console
5758
5859
$ tox -e py36 -- -n auto
5960
6061
To run tests without parallelization, run:
62+
6163
.. code-block:: console
6264
6365
$ tox -e py36

0 commit comments

Comments
 (0)