slixmpp/.gitlab-ci.yml
2016-12-05 00:13:13 +01:00

8 lines
135 B
YAML

test:
tags:
- docker
image: ubuntu:latest
script:
- apt update
- apt install -y python3 cython3
- ./run_tests.py