Address minor comments

This commit is contained in:
onlinejudge95 2020-03-24 19:32:37 +05:30
parent 88e4abd66f
commit 4d0a55ee6f
1 changed files with 3 additions and 2 deletions

View File

@ -51,12 +51,13 @@ pip's tests.
It is preferable to run the tests in parallel for better experience during development,
since the tests can take a long time to finish when run sequentially.
To run tests locally, run:
To run tests:
.. code-block:: console
$ tox -e py36 -- -n auto
For running tests sequentially remove the ``-n`` flag.
To run tests without parallelization, run:
.. code-block:: console
$ tox -e py36