kind: pipeline name: default steps: - name: test image: python:3 commands: - pip install -e . - pip install pytest - pytest