lemoncurry/.gitlab-ci.yml

6 lines
92 B
YAML
Raw Normal View History

image: vaultvulp/pipenv-alpine
test:
script:
- pipenv install
- pipenv run pytest