Add Python 3.8 to build matrix.
This commit is contained in:
parent
505bb778fa
commit
93f453cecf
1 changed files with 10 additions and 0 deletions
10
.drone.yml
10
.drone.yml
|
@ -40,6 +40,16 @@ steps:
|
||||||
- scripts/run-tests
|
- scripts/run-tests
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
|
name: python-3-8-alpine-3-10
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: build
|
||||||
|
image: python:3.8-alpine3.10
|
||||||
|
pull: always
|
||||||
|
commands:
|
||||||
|
- scripts/run-tests
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
name: documentation
|
name: documentation
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue