@@ -4,16 +4,16 @@ name: first | |||||
platform: | platform: | ||||
os: linux | os: linux | ||||
arch: arm64 | arch: arm64 | ||||
steps: | steps: | ||||
- name: pip | |||||
image: python:3 | |||||
commands: | |||||
- pip install -r requirements.txt | |||||
- pytest | |||||
- name: pip | |||||
image: python:3 | |||||
commands: | |||||
- pip install -r requirements.txt | |||||
- pytest | |||||
trigger: | trigger: | ||||
branch: | branch: | ||||
- master | |||||
- master | |||||
event: | event: | ||||
- push | |||||
- push |