Use pipelines syntax
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Luke Murphy 2020-04-11 23:51:25 +02:00
parent 3d76c710cc
commit 2cd0c430cc
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 6 deletions

View File

@ -1,8 +1,4 @@
---
kind: pipeline
name: default
matrix:
include:
- IMAGE: 3.6-stretch
@ -24,8 +20,8 @@ matrix:
- IMAGE: 3.8-buster
TOXENV: metadata-release
steps:
- name: Run tox testing
pipeline:
build:
image: python:${IMAGE}
commands:
- pip install tox==3.14.6