Pull Request #11 Changes (some icky) while getting stuff happy in staging
to see if it has anything to do with the successful login + failed push
AMD64
Python: 3.6
Git
The .travis.yml file used for this job is not available
Build Config
{
"os": [
"linux"
],
"dist": "trusty",
"sudo": true,
"cache": {
"pip": true
},
"python": [
"3.6"
],
"script": [
"make lint",
"make install",
"make test",
"make docker-build",
"make docker-login docker-push"
],
"install": [
"make deps"
],
"language": "python",
"services": [
"redis-server"
],
"after_success": [
"codecov"
],
"notifications": {
"email": {
"enabled": false
}
}
}