|
|
|
|
@ -1,19 +1,19 @@
|
|
|
|
|
[tox] |
|
|
|
|
envlist = py{37,38,39}-pillow{71,-latest},pypy3,check |
|
|
|
|
envlist = py{37,38,39}-pillow{72,80,-latest},pypy3,check |
|
|
|
|
skip_missing_interpreters = true |
|
|
|
|
isolated_build = true |
|
|
|
|
|
|
|
|
|
[gh-actions] |
|
|
|
|
python = |
|
|
|
|
3.7: py37-pillow71 |
|
|
|
|
3.8: py38-pillow-latest, check |
|
|
|
|
3.7: py37-pillow72 |
|
|
|
|
3.8: py38-pillow80, 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 |
|
|
|
|
|