Files
deb-python-taskflow/README.md
Joshua Harlow 28fa164fcd Use the released toxgen tool instead of our copy
Update the docs to explain how to use the toxgen.py
released on pypi and use it to regenerate the tox.ini
file.

Change-Id: I9e0d28f0e40aa0280132a644260d028190b10974
2014-01-12 08:01:50 -08:00

26 lines
545 B
Markdown

TaskFlow
========
A library to do [jobs, tasks, flows] in a HA manner using different backends to
be used with OpenStack projects.
* More information at http://wiki.openstack.org/wiki/TaskFlow
Join us
-------
- http://launchpad.net/taskflow
Help
----
**Tox.ini**
To generate tox.ini, use the `toxgen.py` script by first installing
[toxgen](https://pypi.python.org/pypi/toxgen/) and then provide that script
as input the `tox-tmpl.ini` file to generate the final `tox.ini` file.
*For example:*
$ toxgen.py -i tox-tmpl.ini -o tox.ini