* Support `xvfb` for testing * Change test image to `marcusrickert/docker-python-app:latest` * Export env variable `DISPLAY` * Closes 158 of `LittleBrother`, see [here](https://github.com/marcus67/little_brother/issues/158)
0.2.31
* Put Debian installation packages into `/var/lib/<app-name>` in order to prevent collisions due to several applications using the same packages * Use `pip3.sh` to retrieve packages during Debian post install to allow for download of development versions.
0.2.30
* Add pip3 calls for packages required during build and publish * Allow setting of user and URL for PyPi repository * Add publishing of PyPi packages to GitLab-CI configuration * Add generated `pip3.sh` script to download packages from private PyPi indexes
0.2.29
* Add jinja2 templates to PIP package
0.2.28
* Clean deployment to test.pypi.org
0.2.27
* Cleanly handle stdout of ping command * Generate extra package dependencies in Debian control file * Add CODE_OF_CONDUCT.md and CONTRIBUTING.md * Execute daemon reload in Debian post-install script