6 lines
103 B
YAML
6 lines
103 B
YAML
pipeline:
|
|
build:
|
|
image: python:3.7.0-alpine3.8
|
|
commands:
|
|
- pip install tox
|
|
- tox
|