11 lines
202 B

version: 2
build:
os: "ubuntu-20.04"
tools:
python: "3.10"
jobs:
post_install:
- pip install -U poetry
- poetry config virtualenvs.create false
- poetry install -E docs