9 lines
114 B
YAML
9 lines
114 B
YAML
|
kind: pipeline
|
||
|
name: default
|
||
|
|
||
|
steps:
|
||
|
- name: python37-tests
|
||
|
image: themattrix/tox
|
||
|
commands:
|
||
|
- tox
|