Add badge and CI

This commit is contained in:
2021-01-10 19:23:21 +01:00
parent 18bae6ec09
commit 0b23909ef3
2 changed files with 28 additions and 0 deletions

26
.drone.yml Normal file
View File

@ -0,0 +1,26 @@
---
matrix:
include:
- IMAGE: 3.6-stretch
TOXENV: py36
- IMAGE: 3.7-stretch
TOXENV: py37
- IMAGE: 3.8-buster
TOXENV: py38
- IMAGE: 3.9-buster
TOXENV: py39
- IMAGE: 3.9-buster
TOXENV: lint
- IMAGE: 3.9-buster
TOXENV: sort
- IMAGE: 3.9-buster
TOXENV: format
- IMAGE: 3.9-buster
TOXENV: type
pipeline:
build:
image: python:${IMAGE}
commands:
- pip install tox
- tox -e ${TOXENV}

View File

@ -1,5 +1,7 @@
# xbotlib # xbotlib
[![PyPI version](https://badge.fury.io/py/xbotlib.svg)](https://badge.fury.io/py/xbotlib)
## XMPP bots for humans ## XMPP bots for humans
> status: experimental > status: experimental