lemoncurry/.gitlab-ci.yml

15 lines
218 B
YAML

image: python:3.6
variables:
GIT_SUBMODULE_STRATEGY: normal
cache:
paths:
- ~/.cache/pip
- ~/.local/share/virtualenvs
test:
script:
- pip install pipenv
- pipenv install
- pipenv run pytest