blob: d335c40d56765c37c94c63ca1078e4d80f78f76a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
---
version: 2
formats: all
build:
os: ubuntu-20.04
tools:
# Keep version in sync with tox.ini (docs and gh-actions).
python: "3.10"
python:
install:
- method: pip
path: .
extra_requirements:
- docs
|