1 2 3 4 5 6 7 8 9 10
kind: pipeline name: default steps: - name: test image: python:3.7.3 commands: - pip install --upgrade pip - pip install -r requirements-dev.txt - pytest