++++++++++++++++++
* Push package changes for separating out configuration from application.
* Move config out of health_monitor application and into tests.
* Add HEALTH_MONITOR_CONFIG to settings.py to create a dynamic directory for configuration imports.
* Remove explicit unicode blank.
* Exclude flake8 testing for now.
* Try .travis.yml provided at https://github.com/pennersr/django-allauth/blob/master/.travis.yml.
* Try .travis.yml provided at https://github.com/pennersr/django-allauth/blob/master/.travis.yml.
* Modify tests and function for Python3.4 compatibility.
* Remove test coverage for now.
* Change to coverage3 for Travis CI tests.
* Use a simpler manage.py script.
* Update pip requirements and add django-jsonfield to install_requires.
* Change coverage version to '<4'
* Explicitly install coverage.
* Remove deprecated iteritems() call.
* Change travis script options.
* Change travis test script options.
* Add codecov.io badge.
* Remove deprecated iteritems() call.
* Configure Travis CI.
* Update dev pip requirements.
* Add unit, integration, and url tests.
* Update docs.
* Update docs.
* Reformat docs.
* Reformat docs.
* Update docs.
* Update docs.
* Change docs to reflect included migration.