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

11 lines
242 B
YAML

---
image: python:3.7-buster
jobs:
script:
# - tests/setup-gitlab.sh
- pip install tox
- FEDEPROXY_IP=$(ip r show default | cut -f3 -d' ') PYTEST_ADDOPTS='-m "not gitlab"' tox
after_script:
- tests/setup-gitlab.sh cleanup