mirror of
https://github.com/CMiksche/gitea-auto-update
synced 2025-12-10 07:57:23 +01:00
9 lines
118 B
YAML
9 lines
118 B
YAML
language: python
|
|
python:
|
|
- "3.7"
|
|
cache: pip
|
|
install:
|
|
- pip install requests packaging
|
|
script:
|
|
- python tests.py
|