7 lines
110 B
YAML
7 lines
110 B
YAML
steps:
|
|
test:
|
|
image: python:3.11
|
|
commands:
|
|
- pip install -r requirements.txt
|
|
- pytest -q
|