mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-03-23 19:44:13 +03:00
Merge pull request #4777 from hugovk/allow-3.9-dev-to-fail
Travis CI: Allow 3.9-dev to fail
This commit is contained in:
commit
f760e1fd5a
|
@ -46,6 +46,9 @@ matrix:
|
||||||
env: PYTHONOPTIMIZE=2
|
env: PYTHONOPTIMIZE=2
|
||||||
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