pipeline: build: image: python:3.6.6-alpine3.6 commands: - apk update - apk add gcc libffi-dev linux-headers libc-dev - pip3.6 install -U pip setuptools pipenv - pipenv install lint: image: python:3.6.6-alpine3.6 commands: - apk update - apk add gcc libffi-dev linux-headers libc-dev - pip3.6 install -U pip setuptools pipenv - pipenv install - pipenv install --dev - pipenv run pylint calsocial