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

11 lines
159 B
YAML

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