Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 245 Bytes

development.md

File metadata and controls

14 lines (9 loc) · 245 Bytes

Test

python setup.py test

Compile documentation

sphinx-apidoc -o docs/_static opentmi_client
make -C docs html

Releasing

CircleCI is configured to build release and publish automatically to pypi when release tag is added