mirror of
https://github.com/CMiksche/gitea-auto-update
synced 2025-12-10 16:07:23 +01:00
12 lines
150 B
YAML
12 lines
150 B
YAML
dist: xenial
|
|
language: python
|
|
python:
|
|
- "3.7"
|
|
cache: pip
|
|
install:
|
|
- pip install pipenv
|
|
- pipenv install
|
|
script:
|
|
- gitlint
|
|
- python tests.py
|