The .travis.yml file used for this job is not available
Build Config
{
"os": [
"linux"
],
"dist": "trusty",
"sudo": false,
"cache": {
"directories": [
"${HOME}/bin"
]
},
"python": [
"3.5.2",
"3.6.5"
],
"script": [
"make lint",
"touch bin/tfw",
"make USAGE.md",
"git diff --exit-code",
"git diff --cached --exit-code",
"make test"
],
"install": [
"make deps"
],
"language": "python",
"services": [
"docker"
]
}