Add devel build to get feedback
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
a117a862cf
commit
6e9ac10f8e
11
.drone.yml
11
.drone.yml
@ -28,6 +28,17 @@ steps:
|
|||||||
- pip install tox==3.14.6
|
- pip install tox==3.14.6
|
||||||
- tox -e py38
|
- tox -e py38
|
||||||
|
|
||||||
|
---
|
||||||
|
kind: pipeline
|
||||||
|
name: devel
|
||||||
|
steps:
|
||||||
|
- name: tox -e devel
|
||||||
|
image: python:3.8-buster
|
||||||
|
failure: ignore
|
||||||
|
commands:
|
||||||
|
- pip install tox==3.14.6
|
||||||
|
- tox -e devel
|
||||||
|
|
||||||
---
|
---
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
name: integration
|
name: integration
|
||||||
|
Loading…
Reference in New Issue
Block a user