Push event #2.2 passed

  • Ran for
AMD64
Python: 2.7
Git
This is the configuration for all of build #2, including this job
arch:
  - arm64
  - amd64
language: python
python:
  - "2.7"
install: skip
script: python ./src/hello.py
Build Config
{
  "arch": [
    "arm64",
    "amd64"
  ],
  "python": [
    "2.7"
  ],
  "script": "python ./src/hello.py",
  "install": "skip",
  "language": "python"
}