Merge "Fix README.rst, add a check for it to fit PyPI rules"

This commit is contained in:
Jenkins 2016-01-04 13:56:26 +00:00 committed by Gerrit Code Review
commit b28385560a
2 changed files with 7 additions and 2 deletions

View File

@ -355,7 +355,7 @@ with - as well as a consumption argument.
Constructing Legacy Client objects
----------------------------------
If all you want to do is get a Client object from a python-*client library,
If all you want to do is get a Client object from a python-\*client library,
and you want it to do all the normal things related to clouds.yaml, `OS_`
environment variables, a helper function is provided. The following
will get you a fully configured `novaclient` instance.

View File

@ -21,7 +21,12 @@ commands = {posargs}
commands = python setup.py test --coverage --coverage-package-name=os_client_config --testr-args='{posargs}'
[testenv:docs]
commands = python setup.py build_sphinx
deps =
{[testenv]deps}
readme
commands =
python setup.py build_sphinx
python setup.py check -r -s
[flake8]
# H803 skipped on purpose per list discussion.