Add the missing doc/requirements into running-tests.rst
tox command install dependencies from the ``requirements.txt``, ``test-requirements.txt`` and ``doc/requirements.txt`` files Change-Id: I21ee208d2484615ee3f9d9eca7602275382c920b
This commit is contained in:
parent
6c1399d078
commit
9834b0a37f
@ -18,8 +18,9 @@ Preferred way to run the tests
|
|||||||
|
|
||||||
The preferred way to run the unit tests is using ``tox``. It executes tests in
|
The preferred way to run the unit tests is using ``tox``. It executes tests in
|
||||||
isolated environment, by creating separate virtualenv and installing
|
isolated environment, by creating separate virtualenv and installing
|
||||||
dependencies from the ``requirements.txt`` and ``test-requirements.txt`` files,
|
dependencies from the ``requirements.txt``, ``test-requirements.txt`` and
|
||||||
so the only package you install is ``tox`` itself:
|
``doc/requirements.txt`` files, so the only package you install is ``tox``
|
||||||
|
itself:
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user