Skip to content

wazo-platform/xivo-lib-python

Repository files navigation

xivo-lib-python

Build Status

xivo-lib-python is a common library used by various other services in Wazo

Running unit tests

apt-get install libpq-dev libffi-dev libyaml-dev python3-dev
pip install tox
tox --recreate -e py39

Running integration tests

You need Docker installed.

tox -e integration