mopidy-funkwhale/.gitlab-ci.yml

13 lines
143 B
YAML

stages:
- test
test:
stage: test
image: python:2
before_script:
- pip install .[test]
script:
- pytest
tags:
- docker