summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorPranav Salunke <dguitarbite@gmail.com>2014-04-04 23:08:27 +0530
committerPranav Salunke <dguitarbite@gmail.com>2014-04-04 23:09:48 +0530
commitea9a23780e115548106b276abc8f098098a8a8b2 (patch)
treedc88c00020f004d6c418ce87bee23203e28dd638 /README.rst
parent46f2b697b6aacc674bc040a8751997ed70490d1a (diff)
downloadoslo-incubator-ea9a23780e115548106b276abc8f098098a8a8b2.tar.gz
Fixes command being displayed on same line.
Commands are displayed on the same line on github, this patch will fix the issue and display the next command on new line. Change-Id: Ice46ac1aaa40fb9c5de50162f73f678b8fb63808
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 2d1bb60a..42c0e319 100644
--- a/README.rst
+++ b/README.rst
@@ -20,17 +20,17 @@ For more information, see our wiki page:
Running Tests
-------------
-To run tests in virtualenvs (preferred):
+To run tests in virtualenvs (preferred)::
sudo pip install tox
tox
-To run tests in the current environment:
+To run tests in the current environment::
sudo pip install -r requirements.txt
nosetests
-To run tests using MySQL or PostgreSQL as a DB backend do:
+To run tests using MySQL or PostgreSQL as a DB backend do::
OS_TEST_DBAPI_ADMIN_CONNECTION=mysql://user:password@host/database tox -e py27