mopidy-funkwhale/.gitlab-ci.yml

15 lines
212 B
YAML

stages:
- test
test:
stage: test
image: python:2
before_script:
- apt-get update
- apt-get install libgirepository1.0-dev -y
- pip install .[test]
script:
- pytest
tags:
- docker