Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 231 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (16 loc) · 231 Bytes

Install project automation tool nox:

python -m pip install --user nox

Unit Tests

nox -s tests

Lint

nox -s lint

Publish to PyPI

nox -s publish