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

11 lines
240 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
- 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