Tune tox.ini and update readme

This commit is contained in:
Ilya Shakhat 2016-08-08 12:23:48 +03:00
parent 036c51f855
commit 5f9d7a0454
3 changed files with 15 additions and 13 deletions

View File

@ -1,19 +1,22 @@
===============================
===========
os_failures
===============================
===========
OpenStack failures library
Please fill here a long description which must be at least 3 lines wrapped on
80 cols, so that distribution package maintainers can use it in their packages.
Note that this is a hard requirement.
This is a library. It does different destructive actions against OpenStack
cloud. It is an abstraction layer, actions are implemented as drivers
(e.g. Fuel driver, KVM driver, IPMI driver).
* Free software: Apache license
* Documentation: http://docs.openstack.org/developer/os_failures
* Source: http://git.openstack.org/cgit/openstack/os_failures
* Documentation: http://os_failures.readthedocs.io
* Source: https://github.com/shakhat/os-failures
* Bugs: http://bugs.launchpad.net/os_failures
Features
--------
Sample usage
------------
* TODO
.. code-block:: python
failures_client = os_failures.build_client(cloud_params)
failures_client.kill_rabbitmq()

View File

@ -16,8 +16,7 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
[files]
packages =

View File

@ -1,6 +1,6 @@
[tox]
minversion = 2.0
envlist = py34-constraints,py27-constraints,pypy-constraints,pep8-constraints
envlist = py35-constraints,py27-constraints,pep8-constraints
skipsdist = True
[testenv]