Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 499 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (19 loc) · 499 Bytes

Contributing

Dev env setup

  1. Clone the project
  2. Create a virtualenv
  3. Make sure you have latest version of pip: pip install -U pip
  4. pip install -e ".[test]"

Launch tests

With pytest:

pytest tests

With tox:

tox

Update version (maintainers only)

Use bump2version (tip, use: make bump) in order to change version number and update it in all needed files.

Remember to update CHANGELOG.md