1
0
mirror of https://lab.enough.community/fedeproxy/server synced 2025-01-15 15:25:52 +01:00
Fedeproxy-git-ActivityPub-r.../.gitlab-ci.yml
2021-01-19 00:16:16 +01:00

11 lines
158 B
YAML

---
image: python:3.7-buster
jobs:
script:
- tests/setup-gitlab.sh
- pip install tox
- tox
after_script:
- tests/setup-gitlab.sh cleanup