This commit is contained in:
parent
3d76c710cc
commit
2cd0c430cc
@ -1,8 +1,4 @@
|
|||||||
---
|
---
|
||||||
kind: pipeline
|
|
||||||
|
|
||||||
name: default
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- IMAGE: 3.6-stretch
|
- IMAGE: 3.6-stretch
|
||||||
@ -24,8 +20,8 @@ matrix:
|
|||||||
- IMAGE: 3.8-buster
|
- IMAGE: 3.8-buster
|
||||||
TOXENV: metadata-release
|
TOXENV: metadata-release
|
||||||
|
|
||||||
steps:
|
pipeline:
|
||||||
- name: Run tox testing
|
build:
|
||||||
image: python:${IMAGE}
|
image: python:${IMAGE}
|
||||||
commands:
|
commands:
|
||||||
- pip install tox==3.14.6
|
- pip install tox==3.14.6
|
||||||
|
Reference in New Issue
Block a user