commit 52d4e7d4ae9564a305cce0904a3b0920a73bbff4 Author: juga0 juga@riseup.net Date: Tue Aug 28 15:09:43 2018 +0000
Explain how to run tests --- INSTALL.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/INSTALL.rst b/INSTALL.rst index 4041223..9eac885 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -62,10 +62,9 @@ To install them from ``sbws`` ::
pip install .[dev] && pip install .[doc]
- Because we relay on a ``-dev`` version of stem, we need to fetch it from - git.torproject.org. Thus ``--process-dependency-links`` is necessary. +To run the tests::
-.. warning:: + tox
Run these commands one at a time and check for errors before continuing.
tor-commits@lists.torproject.org