federation/.woodpecker.yml

11 wiersze
189 B
YAML

steps:
test:
image: python:3.10
commands:
- python -V
- pip install virtualenv
- virtualenv venv
- . venv/bin/activate
- pip install tox
- tox