mopidy-funkwhale/.gitlab-ci.yml

13 lines
143 B
YAML
Raw Normal View History

2018-10-03 22:18:57 +02:00
stages:
- test
test:
stage: test
image: python:2
before_script:
- pip install .[test]
script:
- pytest
tags:
- docker