mirror of
https://github.com/CMiksche/gitea-auto-update
synced 2025-12-10 07:57:23 +01:00
13 lines
191 B
YAML
13 lines
191 B
YAML
dist: xenial
|
|
language: python
|
|
python:
|
|
- "3.7"
|
|
cache: pip
|
|
install:
|
|
- pip install pipenv
|
|
- pipenv install
|
|
script:
|
|
- gitlint
|
|
- pylint setup.py gitea_auto_update
|
|
- python -m unittest
|