---
kind: pipeline
type: docker
name: default
steps:
- name: build and test
image: python:3.9-slim
commands:
- pip install --no-cache-dir -r requirements.txt
- python app.py
trigger:
branch:
- master