From 3713a020e872f702ef85574636cd4934f394e3e5 Mon Sep 17 00:00:00 2001 From: Witold Bedyk Date: Tue, 8 May 2018 11:40:38 +0200 Subject: [PATCH] Update Python section in README Update instructions for running unit tests. Change-Id: I7afbbd8ef0f9753013a4958ef39ddaa2c1ba6218 Story: 2001980 Task: 19595 --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2b3560fc..65a6a7d8 100644 --- a/README.md +++ b/README.md @@ -39,14 +39,14 @@ A change has been submitted to StackForge to switch to bare-trusty for this buil * [monasca-common-util](https://github.com/openstack/monasca-common/tree/master/java/monasca-common-util) - Various utilities such as for serialization, dependency injection, date and time, invocation retries, concurrency, etc. -python monasca-common -====================== +Python +====== -To install the python monasca-common modules, git clone the source and run the -following command:: +To install the Python monasca-common modules, git clone the source and run the +following command: $ sudo python setup.py install -To run the python monasca-common tests use:: +To run the unit tests use: - $ nosetests monasca_common/tests + $ tox -e py27,py35