Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.

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