Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 423 Bytes

DEVELOP.rst

File metadata and controls

16 lines (12 loc) · 423 Bytes

How to run tests

  • run tox (if not installed apt-get install tox)

How to release

  • update changelog in CHANGES.rst, referring to the next version
  • python setup.py check --restructuredtext
  • commit everything
  • make sure tests pass!
  • git tag <version>, where <version> is pep 440 compliant
  • git push --tags

Uploading of tagged versions to pypi will be taken care of by travis.