Skip to content

Commit

Permalink
chore: fix tox test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
vstoykov committed Sep 27, 2023
1 parent 149cbff commit d0f8ba1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{311,310,39,38}-pillow{7,8,9,10}
py{311,310,39,38}-pillow{10,9,8}
py37-pillow{9,8,7}
py36-pillow{8,7}
coverage-report
Expand All @@ -20,7 +20,7 @@ commands = python -m pytest --cov --cov-report term-missing:skip-covered
deps =
pytest
pytest-cov
mock>=1.0.1
pillow7: Pillow~=7.2.0
pillow8: Pillow~=8.4.0
pillow9: Pillow~=9.5.0
pillow10: Pillow~=10.0.1
Expand Down

0 comments on commit d0f8ba1

Please sign in to comment.