Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 648 Bytes

README.md

File metadata and controls

33 lines (23 loc) · 648 Bytes

wazo-bus Build Status

wazo-bus is a library used internally in Wazo to communicate with other components of Wazo using RabbitMQ

Running unit tests

pip install tox
tox -e py39

Running integration tests

tox -e integration

Building wazo-bus

Use the following commands to build wazo-bus manually. The resulting packages will be in the parent directory.

dch -i  # Increment the version in the changelog
dpkg-buildpackage -us -uc