Minor fixup to readme

Two commands in the unittest section were not showing up as code blocks

Change-Id: I661c53be3b22bb356a48fd81cb411a20faddde94
This commit is contained in:
Charles Neill 2016-08-24 19:22:07 -05:00
parent c4cbbe8cc0
commit c6056e2688
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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