mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
20 lines
322 B
YAML
20 lines
322 B
YAML
version: 2
|
|
|
|
formats: [pdf]
|
|
|
|
build:
|
|
os: ubuntu-lts-latest
|
|
tools:
|
|
python: "3"
|
|
jobs:
|
|
post_checkout:
|
|
- git remote add upstream https://github.com/python-pillow/Pillow.git # For forks
|
|
- git fetch upstream --tags
|
|
|
|
python:
|
|
install:
|
|
- method: pip
|
|
path: .
|
|
extra_requirements:
|
|
- docs
|