mirror of
https://lab.enough.community/fedeproxy/server
synced 2025-01-15 15:25:52 +01:00
11 lines
158 B
YAML
11 lines
158 B
YAML
---
|
|
image: python:3.7-buster
|
|
jobs:
|
|
script:
|
|
- tests/setup-gitlab.sh
|
|
- pip install tox
|
|
- tox
|
|
|
|
after_script:
|
|
- tests/setup-gitlab.sh cleanup
|