AMD64
no language set
Git
arch:
- arm64
- amd64
os: linux
language: python
python:
- "2.7"
install: skip
script: python ./src/hello.py
Build Config
{
"os": "linux",
"arch": [
"arm64",
"amd64"
],
"python": [
"2.7"
],
"script": "python ./src/hello.py",
"install": "skip",
"language": "python"
}