From c6056e2688f8c781ddf06d5a1a114c996d332bbf Mon Sep 17 00:00:00 2001 From: Charles Neill Date: Wed, 24 Aug 2016 19:22:07 -0500 Subject: [PATCH] Minor fixup to readme Two commands in the unittest section were not showing up as code blocks Change-Id: I661c53be3b22bb356a48fd81cb411a20faddde94 --- README.rst | 2 ++ doc/source/unittests.rst | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.rst b/README.rst index 492cbe90..3b1a6b38 100644 --- a/README.rst +++ b/README.rst @@ -428,6 +428,7 @@ To execute unittests automatically, navigate to the ``syntribos`` root directory and install the test requirements. :: + $ pip install -r test-requirements.txt Now, run @@ -439,6 +440,7 @@ Now, run Also, if you have configured tox you could also do :: + $ tox -e py27 This will run all the unittests and give you a result output diff --git a/doc/source/unittests.rst b/doc/source/unittests.rst index 988af439..016029f5 100644 --- a/doc/source/unittests.rst +++ b/doc/source/unittests.rst @@ -5,6 +5,7 @@ To execute unittests automatically, navigate to the ``syntribos`` root directory and install the test requirements. :: + $ pip install -r test-requirements.txt Now, run @@ -16,6 +17,7 @@ Now, run Also, if you have configured tox you could also do :: + $ tox -e py27 This will run all the unittests and give you a result output