python # .vevox-ci.yml build: script: - python build.py test: script: - python test.py deploy: script: - python deploy.py