- [x] Set up Travis CI with [flake8](http://flake8.pycqa.org/en/latest/) http://victorlin.me/posts/2013/09/19/fall-in-love-with-continuous-testing-and-integration-travis-ci Eg https://github.com/edx/harprofiler/pull/52/files https://pypi.python.org/pypi/tox might be good too - [x] Set 'master' branch to be a 'protected branch' in Github to prevent regressions - [x] Fix all errors reported by flake8
http://victorlin.me/posts/2013/09/19/fall-in-love-with-continuous-testing-and-integration-travis-ci
Eg https://github.com/edx/harprofiler/pull/52/files
https://pypi.python.org/pypi/tox might be good too