AMD64
no language set
Git
mkdtravis/pythonTest:.travis.yml@6ddcdf5
dist: focal
language: python
script: echo testing
Build Config
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "script": [
    "echo testing"
  ]
}