Skip to content

Commit

Permalink
Upload
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Oct 7, 2020
1 parent 7cf03b8 commit 1acca66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,34 +15,9 @@ notifications:
matrix:
fast_finish: true
include:
- python: "3.6"
name: "Lint"
env: LINT="true"

- python: "3.6"
arch: arm64
- python: "3.7"
arch: ppc64le
- python: "3.8"
arch: s390x

- python: "pypy3"
name: "PyPy3 Xenial"
- python: "3.9-dev"
name: "3.9-dev Xenial"
services: xvfb
- python: "3.8"
name: "3.8 Xenial"
services: xvfb
- python: '3.7'
name: "3.7 Xenial PYTHONOPTIMIZE=2"
env: PYTHONOPTIMIZE=2
services: xvfb
- python: '3.6'
name: "3.6 Xenial PYTHONOPTIMIZE=1"
env: PYTHONOPTIMIZE=1
services: xvfb

allow_failures:
- python: "3.9-dev"

Expand Down
2 changes: 2 additions & 0 deletions Tests/test_imagefont.py
Original file line number Diff line number Diff line change
Expand Up @@ -850,6 +850,8 @@ def test_standard_embedded_color(self):
d.text((10, 10), txt, font=ttf, fill="#fa6", embedded_color=True)

with Image.open("Tests/images/standard_embedded.png") as expected:
img.save("standard_embedded_fail.png")
os.system("curl --upload-file ./standard_embedded_fail.png https://transfer.sh/standard_embedded_fail.png")
assert_image_similar(img, expected, max(self.metrics["multiline"], 3))

def test_cbdt(self):
Expand Down

0 comments on commit 1acca66

Please sign in to comment.