-----
* fix: task\_start is not called with response.json() anymore
* most of pep8
* clean up of conftest
* added a test for get\_bank
* clean conftest, moved all catalog and header tests to own file
* making tests green
* BAAS-31: Revert SSL
* BAAS-31: Fix string
* BAAS-31 Fix litreal
* BAAS-31: Add new API fingerprint
* BAAS-31: Move env vars to travis directly
* fix \_\_unicode\_\_ that didn't return unicode strings
* fix indentation
* Remove weird legacy unicode stuff
* fix unicode issue also for python3
* fix unicode error
* use example.com as test URL
* drop support for old pythons
* fix broken tests
* add v3 to api\_endpoint
* improve console\_demo.py output and remove hard coded account id
* fix instance check
* re-format
* remove unnecessary docstrings
* Remove unnecessary returns
* shape up docstrings
* remove in-code comments, shape up the docstrings, re-format
* unify formatting, flake8
* remove STRING\_TYPES
* flake8