mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-06 04:44:29 +08:00
17 lines
187 B
YAML
17 lines
187 B
YAML
version: 2
|
|
|
|
python:
|
|
install:
|
|
- method: pip
|
|
path: .
|
|
extra_requirements:
|
|
- docs
|
|
|
|
submodules:
|
|
include: all
|
|
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3.11"
|