Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 710 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (19 loc) · 710 Bytes

Contributing

This document contains technical instructions for how to develop this package. See the readme for a description of what kinds of changes might be accepted.

Installing Development Requirements

First, create a virtual environment with the version of Python specified in the tox file.

Then, install the development requirements:

$ pip install -e .[dev]

Running Tests

Use tox to run tests against all supported versions:

$ tox

Publishing the Library

Make sure that you've updated the library version in setup.py. Then build and publish the library:

$ python setup.py sdist
$ python -m twine upload dist/*