Pull Request #1 Use tfw variable instead of systemd unit var
since the latter is not valid in this particular context
AMD64
Python: 3.6
Git
The .travis.yml file used for this job is not available
Build Config
{
"os": [
"linux"
],
"dist": "trusty",
"sudo": false,
"cache": {
"pip": true
},
"python": [
"3.6"
],
"script": [
"flake8 gesund.py",
"make docker-build",
"make docker-login docker-push"
],
"install": [
"pip install flake8"
],
"language": "python"
}