Integrations
This package enables Review Board to communicate with a collection of third-party services. For example:
- Build and test every new change using Travis-CI and CircleCI.
- Update chat rooms with the latest discussions on Slack and Mattermost.
- Associate project tasks with review requests using Asana and Trello.
- Automate status reports with I Done This.
Integrations 4.0.1
The Integrations package ships with Review Board 3.0 or higher. It can be upgraded manually without upgrading Review Board, but will not work with versions of Review Board prior to 3.0.
Official packages are available on PyPI as both
Python Wheels and Eggs. You can download the latest version using
easy_install
or pip
:
pip install -U rbintegrations
Or:
easy_install -U rbintegrations