AMD64
Python: 3.8
Git
michal-at-travisci/justtest:.travis.yml@fe16fba
os: linux
dist: bionic
language: python
python: 3.8
node_js: 14
script:
  - python --version
  - node -v
Build Config
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "bionic",
  "python": [
    "3.8"
  ],
  "node_js": [
    "14"
  ],
  "script": [
    "python --version",
    "node -v"
  ]
}