Fedeproxy-git-ActivityPub-r.../.gitlab-ci.yml

11 lines
158 B
YAML
Raw Normal View History

2021-01-18 14:20:24 +01:00
---
image: python:3.7-buster
jobs:
script:
- tests/setup-gitlab.sh
2021-01-18 14:20:24 +01:00
- pip install tox
- tox
after_script:
- tests/setup-gitlab.sh cleanup