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

11 lines
242 B
YAML
Raw Normal View History

2021-01-18 14:20:24 +01:00
---
image: python:3.7-buster
jobs:
script:
2021-01-20 10:45:35 +01:00
# - tests/setup-gitlab.sh
2021-01-18 14:20:24 +01:00
- pip install tox
2021-01-27 22:15:48 +01:00
- FEDEPROXY_IP=$(ip r show default | cut -f3 -d' ') PYTEST_ADDOPTS='-m "not gitlab"' tox
2021-01-18 14:20:24 +01:00
after_script:
- tests/setup-gitlab.sh cleanup