pipeline: build: image: python:3.7.0-alpine3.8 pull: true commands: - pip install tox - tox