Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 348 Bytes

developers.rst

File metadata and controls

22 lines (13 loc) · 348 Bytes

Contributors

Developing on this library requires a support Python version. Install all the required dependencies with:

pip install -e .[tests,coverage,docs]

Run the tests with pytest:

pytest

or the full test matrix using tox:

tox