1
0
mirror of https://github.com/CMiksche/gitea-auto-update synced 2025-12-10 07:57:23 +01:00

ci: switch to drone

Switch the CI system from travis to drone

Closes #19
This commit is contained in:
Christoph Miksche
2021-04-20 18:25:23 +02:00
parent 4f5bd47ea6
commit c52491ae2e
5 changed files with 14 additions and 14 deletions

11
.drone.yml Normal file
View File

@@ -0,0 +1,11 @@
kind: pipeline
name: default
steps:
- name: test
image: python
commands:
- pip install pipenv
- pipenv install
- pipenv run gitlint
- pipenv run pylint setup.py gitea_auto_update
- pipenv run python -m unittest