AMD64
no language set
Git
cesar-cs/arch:.travis.yml@f11a196
os: linux
dist: focal
language: python
script:
- python -V
- apt list --installed
- dpkg -l
jobs:
include:
- name: "beta1"
python: 3.12-beta1
Build Config
{
"language": "python",
"os": [
"linux"
],
"dist": "focal",
"script": [
"python -V",
"apt list --installed",
"dpkg -l"
],
"jobs": {
"include": [
{
"name": "beta1",
"python": "3.12-beta1"
}
]
}
}