2022-02-19 16:48:23 +03:00
|
|
|
version: 2
|
|
|
|
|
2023-04-28 12:53:17 +03:00
|
|
|
formats: [pdf]
|
2023-04-26 10:08:06 +03:00
|
|
|
|
2023-04-01 17:02:39 +03:00
|
|
|
build:
|
2024-06-12 17:03:16 +03:00
|
|
|
os: ubuntu-lts-latest
|
2023-04-01 17:02:39 +03:00
|
|
|
tools:
|
2023-12-09 01:09:49 +03:00
|
|
|
python: "3"
|
2024-04-22 14:58:44 +03:00
|
|
|
jobs:
|
|
|
|
post_checkout:
|
|
|
|
- git remote add upstream https://github.com/python-pillow/Pillow.git # For forks
|
|
|
|
- git fetch upstream --tags
|
2023-04-01 17:02:39 +03:00
|
|
|
|
2018-10-24 11:46:43 +03:00
|
|
|
python:
|
2022-02-19 16:48:23 +03:00
|
|
|
install:
|
|
|
|
- method: pip
|
|
|
|
path: .
|
|
|
|
extra_requirements:
|
|
|
|
- docs
|