* added build_python_package.sh * added [Travis Client](https://github.com/travis-ci/travis.rb) to Ubuntu 16.04 dev env * added core python dev packages to docker dev env image so that every project doesn't have to add them
Changed
* Nothing
Removed
* Nothing
0.5.12
Added
* added kill-and-rm-all-docker-containers.sh
Changed
* Nothing
Removed
* Nothing
0.5.11
Added
* Nothing
Changed
* get bin/run_unit_tests.sh working again on travis * moving nose==1.3.7 from setup.py to requirements.txt
Removed
* Nothing
0.5.10
Added
* added run_repo_security_scanner.sh * cURL added to docker image simonsdave/xenial-dev-env
Changed
* Nothing
Removed
* Nothing
0.5.9
Added
* Nothing
Changed
* run_unit_tests.sh no longer chown's /app/.coverage
Removed
* Nothing
0.5.8
Added
* added support for customizing --security-opt command line option to docker run executed by run_unit_tests.sh using the DEV_ENV_SECURITY_OPT environment variable * run_unit_tests.sh now allows specification on the command line of the directories in which unit tests can be found