Installation:
make && sudo make install
Testing
Testing is done using pytest and tox.
$ pip install tox -r requirements-dev.txtTo run the test suite in your current python version:
$ py.testTo run the full test suite across all supported python versions:
$ tox