#1 from travis-ci/meat-tfw-bits
0.1.0 Merge pull requestUse tfw variable instead of systemd unit var
AMD64
no language set
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"
}