Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 500 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 500 Bytes

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