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

11 lines
240 B
YAML

---
image: python:3.7-buster
jobs:
script:
# - tests/setup-gitlab.sh
- pip install tox
- tox
after_script:
- for i in test-gitlab test-mysql test-redis ; do sudo docker stop $i || true ; sudo docker rm $i || true ; done