mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 18:56:17 +03:00
Merge pull request #5010 from hugovk/add-3.9
Travis CI: Test on Python 3.9 final
This commit is contained in:
commit
76d0951575
|
@ -28,8 +28,8 @@ matrix:
|
||||||
|
|
||||||
- python: "pypy3.6-7.3.1"
|
- python: "pypy3.6-7.3.1"
|
||||||
name: "PyPy3 Xenial"
|
name: "PyPy3 Xenial"
|
||||||
- python: "3.9-dev"
|
- python: "3.9"
|
||||||
name: "3.9-dev Xenial"
|
name: "3.9 Xenial"
|
||||||
services: xvfb
|
services: xvfb
|
||||||
- python: "3.8"
|
- python: "3.8"
|
||||||
name: "3.8 Xenial"
|
name: "3.8 Xenial"
|
||||||
|
@ -43,9 +43,6 @@ matrix:
|
||||||
env: PYTHONOPTIMIZE=1
|
env: PYTHONOPTIMIZE=1
|
||||||
services: xvfb
|
services: xvfb
|
||||||
|
|
||||||
allow_failures:
|
|
||||||
- python: "3.9-dev"
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- |
|
- |
|
||||||
if [ "$LINT" == "true" ]; then
|
if [ "$LINT" == "true" ]; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user