Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 776 Bytes

DEVELOP.rst

File metadata and controls

31 lines (22 loc) · 776 Bytes

Developer instructions

How to run tests

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

How to build the documentation

Documentation is built automatically at http://setuptools-odoo.readthedocs.io/.

To build it locally:

  • pip install -e .
  • pip install sphinx
  • cd docs
  • make html

How to release

  • Install manifestoo-core and run ./mk_core_addons
  • update changelog in CHANGES.rst, by running towncrier --version <version>
  • python setup.py check --restructuredtext
  • commit everything
  • make sure tests pass!
  • create a release with a tag on GitHub, the CI will build and publish to PyPI

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