Add devel build to get feedback
continuous-integration/drone/push Build was killed Details

This commit is contained in:
Luke Murphy 2020-04-26 00:55:21 +02:00
parent a117a862cf
commit 6e9ac10f8e
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 11 additions and 0 deletions

View File

@ -28,6 +28,17 @@ steps:
- pip install tox==3.14.6
- 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
name: integration