Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 320 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 320 Bytes

Installation:

make && sudo make install

Testing

Testing is done using pytest and tox.

$ pip install tox -r requirements-dev.txt

To run the test suite in your current python version:

$ py.test

To run the full test suite across all supported python versions:

$ tox