Push event #2.1 passed

  • Ran for
AMD64
Python: 3.6
Git
The .travis.yml file used for this job is not available
Build Config
{
  "os": [
    "linux"
  ],
  "dist": "trusty",
  "sudo": false,
  "python": [
    "3.6"
  ],
  "script": [
    "flake8 gesund.py",
    "make docker-build",
    "make docker-login docker-push"
  ],
  "install": [
    "pip install flake8"
  ],
  "language": "python"
}