Get CI working with Drone
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3a8920ce95
commit
7528a16dce
18
.drone.yml
Normal file
18
.drone.yml
Normal file
@ -0,0 +1,18 @@
|
||||
---
|
||||
matrix:
|
||||
include:
|
||||
- IMAGE: 3.8-buster
|
||||
TOXENV: linters
|
||||
|
||||
- IMAGE: 3.8-buster
|
||||
TOXENV: packaging
|
||||
|
||||
- IMAGE: 3.8-buster
|
||||
TOXENV: py38
|
||||
|
||||
pipeline:
|
||||
build:
|
||||
image: python:${IMAGE}
|
||||
commands:
|
||||
- pip install tox==3.14.6
|
||||
- tox -e ${TOXENV}
|
1
.github/labels.yml
vendored
1
.github/labels.yml
vendored
@ -1,3 +1,4 @@
|
||||
---
|
||||
# Format and labels used aim to match those used by Ansible project
|
||||
# https://github.com/marketplace/actions/github-labeler
|
||||
- name: bug
|
||||
|
1
.github/release-drafter.yml
vendored
1
.github/release-drafter.yml
vendored
@ -1,3 +1,4 @@
|
||||
---
|
||||
categories:
|
||||
- title: 'Features'
|
||||
labels:
|
||||
|
Loading…
Reference in New Issue
Block a user