mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 09:50:01 +00:00
parent
ef15f4a62c
commit
41d6239c0a
1 changed files with 11 additions and 0 deletions
|
|
@ -7,6 +7,17 @@ build:
|
|||
os: ubuntu-22.04
|
||||
tools:
|
||||
python: "3.11"
|
||||
apt_packages:
|
||||
- build-essential
|
||||
jobs:
|
||||
pre_install:
|
||||
- pip install -r requirements.txt
|
||||
- make cython
|
||||
|
||||
python:
|
||||
install:
|
||||
- method: pip
|
||||
path: .
|
||||
|
||||
sphinx:
|
||||
configuration: docs/conf.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue