Update Python section in README

Update instructions for running unit tests.

Change-Id: I7afbbd8ef0f9753013a4958ef39ddaa2c1ba6218
Story: 2001980
Task: 19595
This commit is contained in:
Witold Bedyk 2018-05-08 11:40:38 +02:00
parent 086b9efcaf
commit 3713a020e8
1 changed files with 6 additions and 6 deletions

View File

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