basecrm-python
basecrm-python copied to clipboard
support pbr based setup
do not forget to export BASECRM_ACCESS_TOKEN env variable before running: tox or python setup.py test
summary
added pbr:
- using
setup.pyforces you to manageversion.pyfile, like in the 90s. and forces to bump versions manually. - using
pbrallows to bump versions as easy as adding a tag. tag by default needs to beMAJOR.MINORorMAJOR.MINOR.PATCH, added tox: easy virtualenv creation, tests running, etc. your CI now only needs to run 'tox' :-)