Build requirements from setup.py to test your package against minimum, latest and development versions of your package dependencies. Particularly useful when combined with your CI systems build matrix.
Requirements-Builder is on PyPI so all you need is:
$ pip install requirements-builder
Or, if you have virtualenvwrapper installed:
$ mkvirtualenv requirements-builder $ pip install requirements-builder
Running the test suite is as simple as:
$ ./run-tests.sh