AMD64
Python: 3.9.15
Git
This is the configuration for all of build #329, including this job
cesar-cs/arch:.travis.yml@bff11be
os: linux
dist: focal
language: python
python:
  - 3.9.15
  - 3.9.16
  - 3.10.9
  - 3.11.2

install: skip

script:
  - python -V
Build Config
{
  "language": "python",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "python": [
    "3.9.15",
    "3.9.16",
    "3.10.9",
    "3.11.2"
  ],
  "install": [
    "skip"
  ],
  "script": [
    "python -V"
  ]
}