lemoncurry/.gitlab-ci.yml

8 lines
115 B
YAML
Raw Normal View History

image: python:3.6
before_script:
- pip install pipenv
- pipenv install
test:
script:
- pipenv run pytest