lemoncurry/.gitlab-ci.yml

8 lines
158 B
YAML
Raw Normal View History

test:
script:
- apt-get update -qy
- apt-get install -y python-dev python-pip
- pip install pipenv
- pipenv install
- pipenv run pytest