/xivo-lib-python

:books: helper library used by Wazo

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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