hotqueue
hotqueue copied to clipboard
Redislite support
This pull request does the following:
- Adds support for redislite
- Adds tox and travis configuration to implement CI to test the module against multiple python interpreters with both redis and redislite modules.
- Removes the distutils_setup code (tox was unable to build and install the package locally with it)
Almost forgot, added a fix to make things work properly on python3