* Switch all images for all staged to `marcusrickert/docker-python-app` * Use symbolic link for `requirements.txt` in test resources
0.2.34
* Optionally delete existing PyPi packages on GitLab before uploading (effectively replacing them)
0.2.33
* Improve testing of `Pinger` * Deactivate physical ping tests with environment variable `NO_PING`
0.2.32
* 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