Use wheels within tox

This commit is contained in:
Simon Conseil
2023-07-07 12:41:36 +02:00
parent 2dc1e556b0
commit 6ead91b4b7

View File

@@ -1,7 +1,6 @@
[tox]
envlist = py{38,39,310,311}-pillow{80,90,-latest},pypy3,check
skip_missing_interpreters = true
isolated_build = true
[gh-actions]
python =
@@ -12,6 +11,8 @@ python =
pypy3: pypy3
[testenv]
package = wheel
wheel_build_env = .pkg
deps =
pillow80: Pillow==8.0.1
pillow90: Pillow==9.0.1