Skip to content

Commit

Permalink
Try with more recent Pillow
Browse files Browse the repository at this point in the history
  • Loading branch information
saimn committed Feb 7, 2021
1 parent e1b34b2 commit 61ded82
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ isolated_build = true

[gh-actions]
python =
3.6: py36-pillow70
3.7: py37-pillow71
3.6: py36-pillow72
3.7: py37-pillow80
3.8: py38-pillow-latest, check
3.9: py39-pillow-latest
pypy3: pypy3

[testenv]
deps =
pillow70: Pillow==7.0.0
pillow71: Pillow==7.1.0
pillow80: Pillow==8.0.1
pillow72: Pillow==7.2.0
extras =
all
tests
Expand Down

0 comments on commit 61ded82

Please sign in to comment.