AMD64
Python: 3.8
Git
tim-harrison11/travis-public-test1:.travis.yml@bbebae5
language: python
python:
- 3.8
script: python test_one.py
Build Config
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "xenial",
  "python": [
    "3.8"
  ],
  "script": [
    "python test_one.py"
  ]
}