--- kind: pipeline name: default steps: - name: lint image: python:3.7.8-buster commands: - pip install tox - tox -e ci