Skip to content
Snippets Groups Projects
Commit 9834b0a3 authored by zhoulinhui's avatar zhoulinhui
Browse files

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
parent 6c1399d0
No related branches found
No related tags found
No related merge requests found
...@@ -18,8 +18,9 @@ Preferred way to run the tests ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment