This adds:
- a Dockerfile
- a Docker compose file for easy testing
- a Travis CI setup
- so that it can build a Docker image and push to Docker Hub automatically
- it does that on every Git tag as well and push a equally tagged version to Docker Hub
- extends the Makefile to add some helper tasks for docker (e.g. make docker-test)
On Debian Jessie with pip install :
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
File "<string>", line 20, in <module>
File "/tmp/pip-o_ERWm-build/setup.py", line 16, in <module>
with open('requirements.txt', encoding='utf-8') as reqs:
TypeError: 'encoding' is an invalid keyword argument for this function