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