image: python:3.6-alpine pages: script: - apk add --no-cache pkgconfig - pip install -r requirements.txt artifacts: paths: - public only: - master