Files
deb-python-taskflow/README.md
Joshua Harlow 3d437df749 Add envs for different sqlalchemy versions
Adjust tests to skip the sqlalchemy test if
sqlalchemy is not installed. Adjust examples
to fallback to a directory based backend if
the sqlalchemy does not load or is not available.

Include a updated tox.ini (generated from the
toxgen.py script) that includes the new venv
variations.

Change-Id: I7686f09901a9b65d7c81b4e037b5bffc24aa7ef7
2014-01-09 11:09:08 -08:00

497 B

TaskFlow

A library to do [jobs, tasks, flows] in a HA manner using different backends to be used with OpenStack projects.

Join us

Help

Tox.ini

To generate tox.ini, use the toxgen.py tool located in tools/ and provide that script as input the tox-tmpl.ini file to generate the final tox.ini file.

For example:

$ ./tools/toxgen.py -i tox-tmpl.ini -o tox.ini