Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 586 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 586 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 python-dev libffi-dev libyaml-dev python3.5-dev
pip install tox
tox --recreate -e py27,py34

Running integration tests

You need Docker installed.

cd integration_tests
pip install -U -r test-requirements.txt
make test-setup
make test