Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 450 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 450 Bytes

bitbucket_alerts_trello

Developer's bitbucket activities are going to be written as Activity on specified Trello Card

Usage

Step 1. Setup virtualenv and required environments.

virtualenv env
source env/bin/activate

Step 2. Configuration.

Check the sample configuration file.

Step 3. Run server.

python alertserver/server.py

Tests

pytest alertserver/test_server.py