Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 279dfcf

Browse files
committed
Test with pillow7
1 parent 64c9538 commit 279dfcf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ matrix:
3232
- python: '3.7'
3333
env:
3434
- TOXENV=pillow6.x
35+
- python: '3.7'
36+
env:
37+
- TOXENV=pillow7.x
3538

3639
install:
3740
- sudo apt-get install fonts-ipafont-gothic libjpeg8-dev libfreetype6-dev

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist=py{35,36,37},pillow{3.x,4.x,5.x,6.x}
2+
envlist=py{35,36,37},pillow{3.x,4.x,5.x,6.x,7.x}
33

44
[testenv]
55
usedevelop = True
@@ -12,6 +12,7 @@ deps =
1212
pillow4.x: Pillow<5.0.0
1313
pillow5.x: Pillow<6.0.0
1414
pillow6.x: Pillow<7.0.0
15+
pillow7.x: Pillow<8.0.0
1516
pillow3.x: reportlab<3.5.0
1617

1718
passenv =

0 commit comments

Comments
 (0)